|
@@ -87,10 +87,10 @@ router.beforeEach(async (to, from, next) => {
|
|
|
// 强制修改密码
|
|
|
if (localStorage.getItem('entUpdatePassword') === 'needChange') fullScreen('entUpdatePassword')
|
|
|
// 企业登录-招聘会广告
|
|
|
- else if (hasRoute('/recruit/enterprise/jobFair/index') && !localStorage.getItem('jobFairAd') && tokenIndex === 1) {
|
|
|
- localStorage.setItem('jobFairAd', 'hasBeenShow')
|
|
|
- dialogExtend('jobFairAd')
|
|
|
- }
|
|
|
+ // else if (hasRoute('/recruit/enterprise/jobFair/index') && !localStorage.getItem('jobFairAd') && tokenIndex === 1) {
|
|
|
+ // localStorage.setItem('jobFairAd', 'hasBeenShow')
|
|
|
+ // dialogExtend('jobFairAd')
|
|
|
+ // }
|
|
|
// 企业登录-免费职位广告提示
|
|
|
else if (hasRoute('/recruit/enterprise/position/index') && localStorage.getItem('positionAd') && tokenIndex === 1) {
|
|
|
localStorage.setItem('positionAd', '')
|