From fa1e3a68e944005a090e032170f24aef3c12aba4 Mon Sep 17 00:00:00 2001 From: Qi <3194726156@qq.com> Date: Fri, 16 May 2025 12:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BF=E9=97=AE=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 46757b6..537031b 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -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(); // 关闭当前浏览器窗口