lcw
This commit is contained in:
@ -142,6 +142,8 @@ const handleLogin = () => {
|
||||
// 登录后操作;
|
||||
if (res.deptList.length === 1) {
|
||||
router.push("/");
|
||||
console.log("xxxxxxx");
|
||||
|
||||
// window.location.href = "/";
|
||||
} else {
|
||||
deptList.value = [...res.deptList];
|
||||
|
||||
Reference in New Issue
Block a user