疯狂的狮子li
2021-11-04 b132f04f711745a21e7e2b1bfe2befcbb0bdea32
ruoyi-ui/src/layout/components/Navbar.vue
@@ -102,7 +102,7 @@
        type: 'warning'
      }).then(() => {
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
          location.href = this.$router.options.base + '/index';
        })
      }).catch(() => {});
    }