田源
2023-08-30 de2f906b14f178fc688ae3a7d2ea38849051060a
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" });
        });