From 8c5105052dc05adbfdb7bc6cdccb537468e3c1d1 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Fri, 19 Dec 2025 16:50:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=B7=AF=E7=94=B1=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E5=8F=AF=E4=BB=A5=E8=AE=BF=E9=97=AE?= 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 aa9b5968..11e44375 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -507,7 +507,7 @@ function isTimeRangePassed(timeRange) { router.beforeEach((to: any, from, next) => { store.commit("set_view_loading", true); //系统维护时间 - const time = '2025-11-21T23:00:00 - 2025-11-22T00:00:00'; + const time = '2025-12-19T21:00:00 - 2025-12-19T22:00:00'; if (isTimeRangePassed(time) == 'in_progress') { // 系统维护 const toName = to.name === 'upgrade';