| 
					
				 | 
			
			
				@@ -209,7 +209,7 @@ export const useUserStore = defineStore('user', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       async checkEnterpriseBaseInfo () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           const data = await getEnterpriseBaseInfo() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          if (data?.first === null && data?.first === false) { // null或者为false才弹 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          if (data?.first === null || data?.first === false) { // null或者为false才弹 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             localStorage.setItem('checkEnterpriseBaseInfoFalseHref', '/recruit/enterprise/entInfoSetting') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (!data?.bizFlag) {  // 企业登录免费职位广告提示,除了true都弹窗 
			 |