疯狂的狮子Li
2021-11-02 53dd9a35a0129aa526f447df8d05355f2deb8639
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(() => {});
    }