也曾为你像超人
2023-10-24 76205588f0a7313b1a6dad4553fb256daa34d175
update ruoyi-ui/src/permission.js.

Signed-off-by: 也曾为你像超人 <1553592282@qq.com>
已修改1个文件
2 ■■■■■ 文件已修改
ruoyi-ui/src/permission.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/permission.js
@@ -18,6 +18,8 @@
    if (to.path === '/login') {
      next({ path: '/' })
      NProgress.done()
    } else if (whiteList.indexOf(to.path) !== -1) {
      next()
    } else {
      if (store.getters.roles.length === 0) {
        isRelogin.show = true