Browse Source

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

Xiao_123 2 tháng trước cách đây
mục cha
commit
5b7ee3a924
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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()