fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user