From 20962bf4588430a3151744118ea46359e9dc2469 Mon Sep 17 00:00:00 2001 From: lcw <1878680531@qq.com> Date: Fri, 26 Sep 2025 17:10:41 +0800 Subject: [PATCH] lcw --- src/views/login/index.vue | 2 -- 1 file changed, 2 deletions(-) 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];