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