|
@@ -17,7 +17,7 @@
|
|
|
<v-img @click="enterpriseClick(2)" rounded width="40" height="40" :src="baseInfo?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'" ></v-img>
|
|
|
<span @click="enterpriseClick(1)" class="ml-3 commonHover">{{ baseInfo?.enterpriseAnotherName || baseInfo?.enterpriseName || '--' }}</span>
|
|
|
</div>
|
|
|
- <div class="ml-3 cursor-pointer border-left border-right px-3 commonHover" @click="router.push('/recruitHome')">我要求职</div>
|
|
|
+ <div class="ml-3 cursor-pointer border-left border-right px-3 commonHover" @click="handleLogout">我要求职</div>
|
|
|
<div class="cursor-pointer border-right px-3 commonHover" @click="router.push('/recruit/enterprise/hirePosition')">全员猎聘</div>
|
|
|
<div class="d-flex align-center px-3 border-right">
|
|
|
<div>{{ $t('enterprise.account.remainingPoints') }}:{{ enterpriseUserAccount?.balance || 0 }}点</div>
|
|
@@ -121,7 +121,7 @@ const enterpriseClick = (tabKey = 1) => {
|
|
|
router.push({ path, query: { tabKey } })
|
|
|
}
|
|
|
|
|
|
-// 退出登录
|
|
|
+// 退出登录、切换求职者
|
|
|
const handleLogout = async () => {
|
|
|
await userStore.userLogout(2)
|
|
|
router.push({ path: '/recruitHome' })
|