调整文案

This commit is contained in:
X1627315083
2025-11-21 13:07:45 +08:00
parent 83116c5b50
commit 286585dda2
3 changed files with 5 additions and 3 deletions

View File

@@ -499,7 +499,7 @@ function isTimeRangePassed(timeRange) {
router.beforeEach((to: any, from, next) => {
//系统维护时间
const time = '2025-10-15T22:00:00 - 2025-10-15T23:00:00';
const time = '2025-11-21T23:00:00 - 2025-11-22T00:00:00';
if (isTimeRangePassed(time) == 'in_progress') {
// 系统维护
const toName = to.name === 'upgrade';