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