修改访问提示信息

This commit is contained in:
Qi 2025-05-16 12:16:06 +08:00
parent dee1e0635a
commit fa1e3a68e9
1 changed files with 1 additions and 1 deletions

View File

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