|
@@ -207,7 +207,7 @@ export const useUserStore = defineStore('user',
|
|
|
if (data?.first !== false && data?.first !== 'false') { // 首次登录才提示,不为false都属于首次登录
|
|
|
localStorage.setItem('checkEnterpriseBaseInfoFalseHref', '/recruit/enterprise/entInfoSetting')
|
|
|
}
|
|
|
- if (!data?.bizFlag) { // 企业登录免费职位广告提示
|
|
|
+ if (!data?.bizFlag) { // 企业登录免费职位广告提示,除了true都弹窗
|
|
|
localStorage.setItem('positionAd', 'showPositionAd')
|
|
|
}
|
|
|
// // 检验必填信息
|