|
@@ -29,10 +29,10 @@ router.beforeEach(async (to, from, next) => {
|
|
// 强制填写个人信息
|
|
// 强制填写个人信息
|
|
else if (localStorage.getItem('necessaryInfoReady') === 'fddeaddc47868b' && tokenIndex === 2) dialogExtend('necessaryInfoDialog')
|
|
else if (localStorage.getItem('necessaryInfoReady') === 'fddeaddc47868b' && tokenIndex === 2) dialogExtend('necessaryInfoDialog')
|
|
// 企业登录免费职位广告提示
|
|
// 企业登录免费职位广告提示
|
|
- // else if (localStorage.getItem('positionAd')) {
|
|
|
|
- // localStorage.setItem('positionAd', '')
|
|
|
|
- // dialogExtend('positionAd')
|
|
|
|
- // }
|
|
|
|
|
|
+ else if (localStorage.getItem('positionAd')) {
|
|
|
|
+ localStorage.setItem('positionAd', '')
|
|
|
|
+ dialogExtend('positionAd')
|
|
|
|
+ }
|
|
// 企业信息完成度提示
|
|
// 企业信息完成度提示
|
|
else if (localStorage.getItem('checkEnterpriseBaseInfoFalseHref')) {
|
|
else if (localStorage.getItem('checkEnterpriseBaseInfoFalseHref')) {
|
|
if (to.path !== '/recruit/enterprise/position/add') { // 除了点击企业登录免费职位广告提示跳转路由不提示
|
|
if (to.path !== '/recruit/enterprise/position/add') { // 除了点击企业登录免费职位广告提示跳转路由不提示
|