From 938eaeaaf7e4df2f9be13574f5d345cc7af09f47 Mon Sep 17 00:00:00 2001 From: zy <82248909@qq.com> Date: Thu, 19 Mar 2026 11:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=8E=B7=E5=8F=96=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/default/header/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/default/header/index.vue b/src/layouts/default/header/index.vue index 56c00d5..8bf1c4e 100644 --- a/src/layouts/default/header/index.vue +++ b/src/layouts/default/header/index.vue @@ -189,7 +189,6 @@ onMounted(() => { showLoginSelect(); let loginInfo = getAuthCache(LOGIN_INFO_KEY)['userInfo']; - console.log('checlll=====', loginInfo != null); if (loginInfo != null) { systemName.value = loginInfo['systemName']; }