RuoYi
2024-11-25 f8c4968b336a62199759e9cc3bb9b09f806d7bda
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