|
@@ -34,7 +34,7 @@ router.beforeEach(async (to, from, next) => {
|
|
|
dialogExtend('positionAd')
|
|
|
}
|
|
|
// 企业信息完成度提示
|
|
|
- else if (localStorage.getItem('checkEnterpriseBaseInfoFalseHref')) {
|
|
|
+ else if (localStorage.getItem('checkEnterpriseBaseInfoFalseHref' && tokenIndex === 1)) {
|
|
|
if (to.path !== '/recruit/enterprise/position/add') { // 除了点击企业登录免费职位广告提示跳转路由不提示
|
|
|
const href = localStorage.getItem('checkEnterpriseBaseInfoFalseHref')
|
|
|
localStorage.setItem('checkEnterpriseBaseInfoFalseHref', '')
|