lifanagju_citu hai 11 meses
pai
achega
2aa942bf88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/layout/personal/navBar.vue

+ 1 - 1
src/layout/personal/navBar.vue

@@ -187,8 +187,8 @@ const handleLogout = async () => {
 const items = ref([
   { title: t('resume.onlineResume'), icon: 'mdi-list-box-outline', change: () => router.push({ path: '/resume' }) },
   { title: t('setting.accountSettings'), icon: 'mdi-cog-outline', change: () => router.push({ path: '/personalAccount/accountBinding' }) },
-  { title: t('publicRecruitment.myPR'), icon: 'mdi-google-circles-extended', change: () => router.push({ path: '/myPublicRecruitment' }) },
   { title: t('setting.switchToRecruit'), icon: 'mdi-swap-horizontal', change: changeLoginType },
+  { title: t('publicRecruitment.myPR'), icon: 'mdi-google-circles-extended', change: () => router.push({ path: '/myPublicRecruitment' }) },
   { title: t('setting.logOut'), icon: 'mdi-logout', change: handleLogout }
 ])