@@ -340,13 +340,13 @@ export default {
type: "warning",
})
.then(async () => {
+ this.loading = true;
loginOut()
this.$message({
message: this.lang.Exitsu,
type: "success",
});
- this.loading = true;
await this.logout();
// this.$router.push("/login");