Browse Source

点击门墩头像改为去入口页面

lifanagju_citu 9 months ago
parent
commit
a05ba02c93
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/layout/company/navBar.vue

+ 2 - 1
src/layout/company/navBar.vue

@@ -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'