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