|
@@ -17,11 +17,10 @@ router.beforeEach(async (to, from, next) => {
|
|
start()
|
|
start()
|
|
// loadStart()
|
|
// loadStart()
|
|
if (to.path === '/enterpriseVerification') {
|
|
if (to.path === '/enterpriseVerification') {
|
|
- // 校验企业必填信息
|
|
|
|
- // useUserStore().checkEnterpriseBaseInfo()
|
|
|
|
useUserStore().changeRole()
|
|
useUserStore().changeRole()
|
|
next()
|
|
next()
|
|
} else if (getToken()) {
|
|
} else if (getToken()) {
|
|
|
|
+ // 企业信息完成度提示
|
|
if (localStorage.getItem('checkEnterpriseBaseInfoFalseHref')) {
|
|
if (localStorage.getItem('checkEnterpriseBaseInfoFalseHref')) {
|
|
const href = localStorage.getItem('checkEnterpriseBaseInfoFalseHref')
|
|
const href = localStorage.getItem('checkEnterpriseBaseInfoFalseHref')
|
|
localStorage.setItem('checkEnterpriseBaseInfoFalseHref', '')
|
|
localStorage.setItem('checkEnterpriseBaseInfoFalseHref', '')
|