FIX
This commit is contained in:
@@ -532,7 +532,7 @@ function isTimeRangePassed(timeRange) {
|
|||||||
router.beforeEach((to: any, from, next) => {
|
router.beforeEach((to: any, from, next) => {
|
||||||
store.commit("set_view_loading", true);
|
store.commit("set_view_loading", true);
|
||||||
//系统维护时间
|
//系统维护时间
|
||||||
const time = '2026-01-23T21:00:00 - 2026-01-23T23:00:00';
|
const time = '2026-01-23T21:00:00 - 2026-01-23T22:00:00';
|
||||||
if (isTimeRangePassed(time) == 'in_progress') {
|
if (isTimeRangePassed(time) == 'in_progress') {
|
||||||
// 系统维护
|
// 系统维护
|
||||||
const toName = to.name === 'upgrade';
|
const toName = to.name === 'upgrade';
|
||||||
|
|||||||
Reference in New Issue
Block a user