|
@@ -126,12 +126,12 @@ const localeStore = useLocaleStore()
|
|
const userStore = useUserStore()
|
|
const userStore = useUserStore()
|
|
|
|
|
|
const list = ref([
|
|
const list = ref([
|
|
- { text: t('common.home'), path: '/home' },
|
|
|
|
|
|
+ { text: t('common.home'), path: '/recruitHome' },
|
|
{ text: t('common.position'), path: '/recruit/personal/position' },
|
|
{ text: t('common.position'), path: '/recruit/personal/position' },
|
|
{ text: t('common.company'), path: '/recruit/personal/company' }
|
|
{ text: t('common.company'), path: '/recruit/personal/company' }
|
|
])
|
|
])
|
|
|
|
|
|
-const handleLogoClick = () => { window.open('/') } // /home 点击logo
|
|
|
|
|
|
+const handleLogoClick = () => { window.open('/') } // 点击logo
|
|
const handleSubmit = () => { toEnterprise(radios.value) }
|
|
const handleSubmit = () => { toEnterprise(radios.value) }
|
|
|
|
|
|
// 查看用户是否有企业
|
|
// 查看用户是否有企业
|