Explorar o código

Merge branch 'groupJobFair' of https://git.citupro.com/zhengnaiwen_citu/menduner into groupJobFair

Xiao_123 hai 2 meses
pai
achega
5b7ee3a924
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/permission.js

+ 2 - 1
src/permission.js

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