路由待办跳转修改
This commit is contained in:
+2
-2
@@ -69,11 +69,11 @@ const routes = [
|
||||
},
|
||||
component: () => import('@/views/exception/NoMobile')
|
||||
},
|
||||
...workCenter,
|
||||
{
|
||||
path: '*',
|
||||
redirect: '/'
|
||||
},
|
||||
...workCenter
|
||||
}
|
||||
]
|
||||
|
||||
const originalPush = VueRouter.prototype.push
|
||||
|
||||
Reference in New Issue
Block a user