wangting
2024-04-10 634c73113c02df4e29a5a0c678030ec70a352a67
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"});
          });
          //});
        });
      }
    }