Ldc
2024-04-16 cc993ff4b559a937f6ceaf01c7e77e1d6b50baa1
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"});
          });
          //});
        });
      }
    }