产值计划
This commit is contained in:
@ -18,8 +18,6 @@ const isWhiteList = (path: string) => {
|
||||
|
||||
router.beforeEach(async (to, from, next) => {
|
||||
NProgress.start();
|
||||
console.log(to);
|
||||
console.log(getToken());
|
||||
if (to.path == '/indexEquipment') {
|
||||
next();
|
||||
} else if (getToken()) {
|
||||
|
Reference in New Issue
Block a user