田源
2023-11-15 cfe5a96af3f1331bf7efad3e7c4976517605864c
Source/UBCS-WEB/src/page/lock/index.vue
@@ -48,6 +48,7 @@
        cancelButtonText: "取消",
        type: "warning"
      }).then(() => {
        localStorage.removeItem("pageFlag");
        this.$store.dispatch("LogOut").then(() => {
          this.$router.push({ path: "/login" });
        });