dangsn
2024-06-24 c482d0db65703e92f4addd89e4e28270a0ed631d
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"});
          //});
          });
        });
      }
    }