Xiao_123 1 éve
szülő
commit
2b6ce8e0a5
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/layout/personal/navBar.vue

+ 1 - 1
src/layout/personal/navBar.vue

@@ -73,7 +73,7 @@ defineProps({
   }
 })
 const list = ref([
-  { text: '首页', path: '' },
+  { text: '首页', path: '/home' },
   { text: '职位', path: '' },
   { text: '公司', path: '' }
 ])