调整部署日期修复detail印花累加问题

This commit is contained in:
X1627315083
2026-01-23 13:34:28 +08:00
parent 43464ae85e
commit c5b7365977
8 changed files with 752 additions and 20 deletions

View File

@@ -532,7 +532,7 @@ function isTimeRangePassed(timeRange) {
router.beforeEach((to: any, from, next) => {
store.commit("set_view_loading", true);
//系统维护时间
const time = '2025-12-19T21:00:00 - 2025-12-19T22:00:00';
const time = '2026-01-23T21:00:00 - 2026-01-23T22:00:00';
if (isTimeRangePassed(time) == 'in_progress') {
// 系统维护
const toName = to.name === 'upgrade';