|
@@ -17,7 +17,7 @@
|
|
|
<div class="cursor-pointer mx-3 commonHover" @click="handleLogout(false)">我要求职</div>
|
|
|
|
|
|
<div class="enterprise-septal-line"></div>
|
|
|
- <div class="d-flex align-center mx-3 cursor-pointer commonHover" @click="router.push('/recruit/enterprise/membershipPackage/index?key=1')">
|
|
|
+ <div class="d-flex align-center mx-3 cursor-pointer commonHover" @click="router.push('/recruit/enterprise/tradingOrder?key=tab_recharge')">
|
|
|
<div>剩余M豆:{{ enterpriseUserAccount?.balance ? enterpriseUserAccount?.balance / 100 : 0 }}个</div>
|
|
|
</div>
|
|
|
|
|
@@ -117,7 +117,7 @@ onMounted(() => {
|
|
|
const handleLogoClick = () => { window.open('/recruitHome') } // 点击logo
|
|
|
|
|
|
const enterpriseClick = (tabKey = 1) => {
|
|
|
- const path = '/recruit/enterprise/systemManagement/entInfoSetting'
|
|
|
+ const path = '/recruit/enterprise/entInfoSetting'
|
|
|
router.push({ path, query: { tabKey } })
|
|
|
}
|
|
|
|