|
@@ -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()
|