diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 63aa2d4..24c8dfb 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -142,8 +142,6 @@ const handleLogin = () => { // 登录后操作; if (res.deptList.length === 1) { router.push("/"); - console.log("xxxxxxx"); - // window.location.href = "/"; } else { deptList.value = [...res.deptList];