Xiao_123 hace 1 año
padre
commit
2b6ce8e0a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: '' }
 ])