This commit is contained in:
X1627315083
2024-01-26 10:31:09 +08:00
parent 00ef919702
commit a75342fe08

View File

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