Merge branch 'develop' into devTee
This commit is contained in:
commit
e9f9690c51
1 changed files with 0 additions and 2 deletions
|
|
@ -87,8 +87,6 @@ router.beforeEach(async (to, from, next) => {
|
|||
if (!checkAuthen && to.meta.Auth) {
|
||||
router.push({ name: "loginMain" });
|
||||
}
|
||||
} else {
|
||||
next();
|
||||
}
|
||||
next();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue