修改访问提示信息
This commit is contained in:
parent
dee1e0635a
commit
fa1e3a68e9
|
@ -51,7 +51,7 @@ router.beforeEach(async (to, from, next) => {
|
|||
// 如果不在访问时间内,弹出警告框
|
||||
showDialog({
|
||||
title: '访问提示',
|
||||
message: `当前不在访问时间段内,请稍后再试。\n访问时间段:\n${startTimeString} —— ${endTimeString}`,
|
||||
message: `请在规定的时间内进行报名。\n报名时间:\n${startTimeString} —— ${endTimeString}`,
|
||||
}).then(() => {
|
||||
// 用户点击“确定”后的处理,关闭页面
|
||||
window.close(); // 关闭当前浏览器窗口
|
||||
|
|
Loading…
Reference in New Issue