From 920d01a97255aedc9c22509a9bc4148b9206f21b Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Fri, 23 Jan 2026 21:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BB=B4=E6=8A=A4=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- src/views/Upgrade.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index b264f4f2..f08f513e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -532,7 +532,7 @@ function isTimeRangePassed(timeRange) { router.beforeEach((to: any, from, next) => { store.commit("set_view_loading", true); //系统维护时间 - const time = '2026-01-23T21:00:00 - 2026-01-23T22:00:00'; + const time = '2026-01-23T21:00:00 - 2026-01-23T23:00:00'; if (isTimeRangePassed(time) == 'in_progress') { // 系统维护 const toName = to.name === 'upgrade'; diff --git a/src/views/Upgrade.vue b/src/views/Upgrade.vue index 14527a10..ee1aa460 100644 --- a/src/views/Upgrade.vue +++ b/src/views/Upgrade.vue @@ -12,7 +12,7 @@
- Due to system server upgrades, maintenance will be carried out from 21:00 to 22:00 on January 19, 2026 (today). + Due to system server upgrades, maintenance will be carried out from 21:00 to 23:00 on January 19, 2026 (today).
The AiDA system will be temporarily unavailable during this period. We sincerely apologize for any inconvenience caused and thank you for your understanding.

@@ -20,7 +20,7 @@
- 由于系统服务器升级,我们将于1月23日21:00 至1月23日22:00进行升级。 + 由于系统服务器升级,我们将于1月23日21:00 至1月23日23:00进行升级。
在此期间,AiDA系统将暂时无法访问。给您带来的不便,我们深表歉意,并感谢您的理解