RuoYi
2020-07-10 a691da0c975eba5a71b888cb0687ee4d21b84dc9
防止切换权限用户后登录出现404
1 files modified
2 ■■■ changed files
ruoyi-ui/src/layout/components/Navbar.vue 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/layout/components/Navbar.vue
@@ -94,7 +94,7 @@
        type: 'warning'
      }).then(() => {
        this.$store.dispatch('LogOut').then(() => {
          location.reload()
          location.href = '/index';
        })
      })
    }