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