|
@@ -124,7 +124,7 @@ const enterpriseClick = (tabKey = 1) => {
|
|
// 退出登录
|
|
// 退出登录
|
|
const handleLogout = async () => {
|
|
const handleLogout = async () => {
|
|
await userStore.userLogout(2)
|
|
await userStore.userLogout(2)
|
|
- router.push({ path: '/login' })
|
|
|
|
|
|
+ router.push({ path: '/recruitHome' })
|
|
}
|
|
}
|
|
const enterpriseList = ref([])
|
|
const enterpriseList = ref([])
|
|
|
|
|