Xiao_123 1 anno fa
parent
commit
2b6ce8e0a5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: '' }
 ])