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