合并代码

This commit is contained in:
szz
2025-08-08 09:43:56 +08:00
parent d57a9dec8f
commit 4b31aad506
4 changed files with 75 additions and 246 deletions

View File

@@ -243,12 +243,6 @@ const router = createRouter({
router.beforeEach(async (to, from, next) => {
NProgress.start()
// 系统维护模式:所有页面都跳转到维护页面
// if (to.name !== 'Loading') {
// next({ name: 'Loading' })
// return
// }
const userStore = useUserStore()
// 设置页面标题