Browse Source

登录404解决

gks 1 year ago
parent
commit
bb8685c9f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -116,7 +116,7 @@ export default {
       })
         .then(() => {
           this.$store.dispatch('LogOut').then(() => {
-            location.href = '/ruoyi-vue-web/index';
+            location.href = '/index';
           });
         })
         .catch(() => {});