RuoYi
2024-09-27 d02ba57ffb93b34f54512db23a61db4f9b607a99
src/permission.js
@@ -21,6 +21,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