yuxc
2024-06-21 cc6354cee46ff8facbd16c8919f2616c9031acdb
Source/plt-web/plt-web-ui/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"});
          //});
          });
        });
      }
    }