From ca939f288b59af27bcbebe76410af5463b88255f Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期一, 09 十月 2023 14:27:41 +0800
Subject: [PATCH] 取消系统oid条件,只用系统id即可
---
Source/UBCS-WEB/src/page/index/top/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/src/page/index/top/index.vue b/Source/UBCS-WEB/src/page/index/top/index.vue
index 5b10db3..3d2c4cb 100644
--- a/Source/UBCS-WEB/src/page/index/top/index.vue
+++ b/Source/UBCS-WEB/src/page/index/top/index.vue
@@ -246,6 +246,7 @@
resetRouter();
this.$router.push({path: "/login"});
});
+ localStorage.removeItem("pageFlag");
});
}
}
--
Gitblit v1.10.0