Browse Source

隐藏企业会员标识

lifanagju_citu 7 tháng trước cách đây
mục cha
commit
af2552362d
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/layout/company/navBar.vue

+ 4 - 4
src/layout/company/navBar.vue

@@ -22,7 +22,7 @@
           <div class="d-flex align-center px-3 border-right">
             <div>{{ $t('enterprise.account.remainingPoints') }}:{{ enterpriseUserAccount?.balance || 0 }}点</div>
           </div>
-          <svg-icon @click="handleToVip" name="vip" size="30" class="cursor-pointer ml-3"></svg-icon>
+          <!-- <svg-icon @click="handleToVip" name="vip" size="30" class="cursor-pointer ml-3"></svg-icon> -->
           
           <!-- 头像用户名 -->
           <div class="d-flex align-center" v-if="showBall">
@@ -110,9 +110,9 @@ onMounted(() => {
   }
 })
 
-const handleToVip = () => {
-  router.push({ path: '/recruit/enterprise/membershipPackage' })
-}
+// const handleToVip = () => {
+//   router.push({ path: '/recruit/enterprise/membershipPackage' })
+// }
 
 const handleLogoClick = () => { window.open('/recruitHome') } // 点击logo