|
@@ -27,7 +27,7 @@ router.beforeEach(async (to, from, next) => {
|
|
|
// 强制修改密码
|
|
|
if (localStorage.getItem('entUpdatePassword') === 'needChange') fullScreen('entUpdatePassword')
|
|
|
// 强制填写个人信息
|
|
|
- else if (localStorage.getItem('necessaryInfoReady') !== 'ready') necessaryInfo('necessaryInfoDialog')
|
|
|
+ else if (localStorage.getItem('necessaryInfoReady') !== 'ready' && tokenIndex === 2) necessaryInfo('necessaryInfoDialog')
|
|
|
// 企业信息完成度提示
|
|
|
else if (localStorage.getItem('checkEnterpriseBaseInfoFalseHref')) {
|
|
|
const href = localStorage.getItem('checkEnterpriseBaseInfoFalseHref')
|