智慧保安考试系统
liuyg
2021-12-17 d545adbc631665c1b18fa597628797a440001ea6
src/permission.js
@@ -53,7 +53,6 @@
        if (store.state.user.userInfo.role_name == "培训公司管理员") {
          next();
          setTimeout(() => {
            next({ path: '/qiandao' })
          }, 20);
          return;
@@ -63,7 +62,7 @@
    }
  } else {
    //判断是否需要认证,没有登录访问去登录页
    if (meta.isAuth === false) {
    if (meta.isAuth === false && to.path !== '/qiandao') {
      next()
    } else {
      next('/login')