|
@@ -141,7 +141,8 @@ router.beforeEach(async (to, from, next) => {
|
|
else if (localStorage.getItem('necessaryInfoReady') === 'fddeaddc47868b' && tokenIndex === 2 && localStorage.getItem('chooseRole') !== 'showChooseRole') dialogExtend('necessaryInfoDialog')
|
|
else if (localStorage.getItem('necessaryInfoReady') === 'fddeaddc47868b' && tokenIndex === 2 && localStorage.getItem('chooseRole') !== 'showChooseRole') dialogExtend('necessaryInfoDialog')
|
|
|
|
|
|
if (to.fullPath === '/login') {
|
|
if (to.fullPath === '/login') {
|
|
- next('/recruitHome')
|
|
|
|
|
|
+ window.location.reload()
|
|
|
|
+ // next('/recruitHome')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
next()
|
|
next()
|