From a726e4d8b3f90c0f912408848407d12756673e62 Mon Sep 17 00:00:00 2001 From: Qyir <13521889462@163.com> Date: Mon, 3 Nov 2025 16:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BB=A3=E7=A0=81=20=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=EF=BC=9A=20http://localhost:5174/admin=20=EF=BC=88?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5URL=E8=AE=BF=E9=97=AE=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index c809aa8..1bd8464 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -253,9 +253,9 @@ const getRankBadgeClass = (rank) => { } // 跳转到后台管理 -const goToAdmin = () => { - router.push('/admin') -} +// const goToAdmin = () => { +// router.push('/admin') +// } // 页面加载时初始化 onMounted(() => { @@ -275,7 +275,6 @@ onMounted(() => {