|
@@ -186,7 +186,7 @@ const handleLogout = async () => {
|
|
}
|
|
}
|
|
|
|
|
|
const items = ref([
|
|
const items = ref([
|
|
- { title: t('resume.onlineResume'), icon: 'mdi-list-box-outline', change: () => router.push({ path: '/resume' }) },
|
|
|
|
|
|
+ { title: t('resume.onlineResume'), icon: 'mdi-list-box-outline', change: () => router.push({ path: '/recruit/personal/resume' }) },
|
|
{ title: t('setting.accountSettings'), icon: 'mdi-cog-outline', change: () => router.push({ path: '/personalAccount/accountBinding' }) },
|
|
{ title: t('setting.accountSettings'), icon: 'mdi-cog-outline', change: () => router.push({ path: '/personalAccount/accountBinding' }) },
|
|
{ title: t('setting.switchToRecruit'), icon: 'mdi-swap-horizontal', change: changeLoginType },
|
|
{ title: t('setting.switchToRecruit'), icon: 'mdi-swap-horizontal', change: changeLoginType },
|
|
{ title: t('publicRecruitment.bountyRewards'), icon: 'mdi-google-circles-extended', change: () => router.push({ path: '/myPublicRecruitment' }) },
|
|
{ title: t('publicRecruitment.bountyRewards'), icon: 'mdi-google-circles-extended', change: () => router.push({ path: '/myPublicRecruitment' }) },
|