RuoYi
2020-07-10 a691da0c975eba5a71b888cb0687ee4d21b84dc9
防止切换权限用户后登录出现404
已修改1个文件
2 ■■■ 文件已修改
ruoyi-ui/src/layout/components/Navbar.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/layout/components/Navbar.vue
@@ -94,7 +94,7 @@
        type: 'warning'
      }).then(() => {
        this.$store.dispatch('LogOut').then(() => {
          location.reload()
          location.href = '/index';
        })
      })
    }