update
This commit is contained in:
@@ -15,8 +15,6 @@ router.beforeEach((to, from, next) => {
|
||||
if (!isLogin && !to.path.includes('loginSYS')) {
|
||||
next({path: '/loginSYS'});
|
||||
} else {
|
||||
SystemStore.NOW_ROUTER = to.path;
|
||||
Object.assign(SystemStore.NOW_ROUTER_QUERY, to.query);
|
||||
next();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user