xiejun
2023-08-30 82d09815c5efb03d448d6a5b74a5cbfe85063ebc
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" });
        });