This commit is contained in:
lcw
2025-09-26 17:10:41 +08:00
parent 0c9b2907ca
commit 20962bf458

View File

@ -142,8 +142,6 @@ const handleLogin = () => {
// 登录后操作;
if (res.deptList.length === 1) {
router.push("/");
console.log("xxxxxxx");
// window.location.href = "/";
} else {
deptList.value = [...res.deptList];