yuxc
2024-06-04 59765cab961847dfd101e69ae6d8d1d501a5284c
Source/ProjectWeb/src/page/index/top/index.vue
@@ -242,10 +242,10 @@
          cancelButtonText: this.$t("cancelText"),
          type: "warning"
        }).then(() => {
          this.$store.dispatch("LogOut").then(() => {
          //this.$store.dispatch("LogOut").then(() => {
            resetRouter();
            this.$router.push({path: "/login"});
          });
          //});
        });
      }
    }