From f492194fabbe7dfaa75bc9e41ff1c6bfd4a2600d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E7=84=B6?= Date: Mon, 2 Mar 2026 16:43:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E8=AF=A6=E6=83=85=E9=A1=B5=E4=B8=AD=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=85=B3=E4=BA=8E=E9=A1=B5=E9=9D=A2404=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout/Left/Left.vue | 2 +- .../Layout/ToolRecommend/ToolRecommend.vue | 93 ------------------- 2 files changed, 1 insertion(+), 94 deletions(-) delete mode 100644 src/components/Layout/ToolRecommend/ToolRecommend.vue diff --git a/src/components/Layout/Left/Left.vue b/src/components/Layout/Left/Left.vue index 22b9e5e..f3334f3 100644 --- a/src/components/Layout/Left/Left.vue +++ b/src/components/Layout/Left/Left.vue @@ -50,7 +50,7 @@ const gotoAnchor = (anchor: string) => { } } const gotoAbout = () => { - router.push('about') + router.push('/about') } onMounted(async () => { diff --git a/src/components/Layout/ToolRecommend/ToolRecommend.vue b/src/components/Layout/ToolRecommend/ToolRecommend.vue deleted file mode 100644 index 771cb7b..0000000 --- a/src/components/Layout/ToolRecommend/ToolRecommend.vue +++ /dev/null @@ -1,93 +0,0 @@ - - - - - \ No newline at end of file