From 4fcd2cc2cf961e085ce14399f49f4726a443b4f3 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Mon, 16 Mar 2026 10:03:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/NavBar/components/HellpCenter.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/layout/components/NavBar/components/HellpCenter.vue b/src/layout/components/NavBar/components/HellpCenter.vue index e1cd34e..637ee77 100644 --- a/src/layout/components/NavBar/components/HellpCenter.vue +++ b/src/layout/components/NavBar/components/HellpCenter.vue @@ -122,9 +122,6 @@ async function getHelpAjax() { try { const res = await getHelp(); helpInfo.value = res; - - console.log('Help Info:', helpInfo.value); - } catch (error) { console.log(error); }