|
@@ -117,7 +117,8 @@ onMounted(() => {
|
|
|
}
|
|
|
})
|
|
|
|
|
|
-const handleLogoClick = () => { router.push({ path: '/recruit/enterprise'}) }
|
|
|
+// const handleLogoClick = () => { router.push({ path: '/recruit/enterprise'}) }
|
|
|
+const handleLogoClick = () => { window.open('/') } // 点击logo
|
|
|
|
|
|
const enterpriseClick = (tabKey = 1) => {
|
|
|
const path = '/recruit/enterprise/informationManagement/informationSettings'
|