Xiao_123 1 rok temu
rodzic
commit
2b6ce8e0a5
1 zmienionych plików z 1 dodań i 1 usunięć
  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: '' }
 ])