Browse Source

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

Xiao_123 2 months ago
parent
commit
5b7ee3a924
1 changed files with 2 additions and 1 deletions
  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()