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