update
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ const router: Router = createRouter({
|
||||
routes: [...routes],
|
||||
});
|
||||
const xian = ['/home', '/secondScreen', '/transfer'];
|
||||
const yinchuan = ['/yinChuanHome', '/transfer'];
|
||||
const yinchuan = ['/yinChuanHome', '/yinChuanTest', '/transfer'];
|
||||
|
||||
router.beforeEach((to, from, next) => {
|
||||
if (to.path !== '/login' && to.path !== '/screenLogin') {
|
||||
|
||||
Reference in New Issue
Block a user