This commit is contained in:
lcw
2025-09-26 16:33:53 +08:00
10 changed files with 1552 additions and 1421 deletions

View File

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