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); }