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) {