From a75342fe08b734b778a0813cffb19a809ab0e5e1 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Fri, 26 Jan 2024 10:31:09 +0800 Subject: [PATCH] fix --- src/router/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 4ab4a815..0a204882 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -59,8 +59,6 @@ const router = createRouter({ routes }) router.beforeEach((to, from, next) => { -// // 获取路由配置对象 -// const route = router.resolve({ path: '/' }).route // 系统维护 // const toName = to.name === 'upgrade'; // if (toName) {