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" }); });