疯狂的狮子Li
2022-06-08 a46c4bf04e3c52ab16f5ed960105088f515c3917
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}