兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-11-29 5c701801db39e3b565025813bc8e32b00c704c27
update 优化 前端白名单页面放行逻辑
已修改1个文件
2 ■■■■■ 文件已修改
src/permission.ts 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/permission.ts
@@ -20,6 +20,8 @@
    if (to.path === '/login') {
      next({ path: '/' });
      NProgress.done();
    } else if (whiteList.indexOf(to.path) !== -1) {
      next()
    } else {
      if (useUserStore().roles.length === 0) {
        isRelogin.show = true;