| 
					
				 | 
			
			
				@@ -13,7 +13,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				          
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div class="d-flex user-nav"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <a target="_blank" href="/recruit/enterprise/purchasePackage" class="cursor-pointer mr-5" style="font-size: 15px;color: #FB8C00;line-height: 40px;">{{ $t('vipPackage.purchasePackage') }}</a> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <!-- <a target="_blank" href="/recruit/enterprise/purchasePackage" class="cursor-pointer mr-5" style="font-size: 15px;color: #FB8C00;line-height: 40px;">{{ $t('vipPackage.purchasePackage') }}</a> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div class="d-flex align-center cursor-pointer" @click="handleEnterpriseClick"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <v-img @click="enterpriseClick(2)" rounded width="40" height="40" :src="baseInfo?.logoUrl || 'https://minio.citupro.com/dev/menduner/7.png'" ></v-img> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span @click="enterpriseClick(1)" class="ml-3">{{ baseInfo?.enterpriseName || $t('sys.tourist') }}</span> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -121,6 +121,7 @@ const handleLogout = async () => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const items = ref([ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  { title: t('vipPackage.purchasePackage'), icon: 'mdi-gift-outline', change: () => router.push({ path: '/recruit/enterprise/purchasePackage' }) }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { title: t('enterprise.personalInformationSettings'), icon: 'mdi-account-cog', change: () => router.push({ path: '/recruit/enterprise/informationSettings' }) }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { title: t('setting.switchToJobSeeker'), icon: 'mdi-swap-horizontal', change: handleLogout }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // { title: t('enterprise.account.myAccount'), icon: 'mdi-account', change: () => router.push({ path: '/recruit/enterprise/myAccount' }) }, 
			 |