Browse Source

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

Xiao_123 2 months ago
parent
commit
515f5229fe
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/permission.js

+ 2 - 1
src/permission.js

@@ -67,7 +67,8 @@ router.beforeEach(async (to, from, next) => {
       }
       }
     }
     }
     if (to.fullPath === '/login') {
     if (to.fullPath === '/login') {
-      next({ path: '/recruitHome' })
+      window.location.reload()
+      // next({ path: '/recruitHome' })
     }
     }
     // 获取字典信息
     // 获取字典信息
     // const dictStore = useDictStore()
     // const dictStore = useDictStore()