Ver Fonte

冲突合并

Xiao_123 há 1 ano atrás
pai
commit
2b6ce8e0a5
1 ficheiros alterados com 1 adições e 1 exclusões
  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: '' }
 ])