@@ -88,7 +88,9 @@ const simpleInfoSubmit = async () => {
dialog.value = false
overlay.value = false
props.sure()
- if (isStudent.value) window.location.href = '/recruit/personal/personalCenter/student/information'
+ setTimeout(() => {
+ if (isStudent.value) window.location.href = '/recruit/personal/personalCenter/student/information'
+ }, 1000)
} catch (error) {
console.error('error', error)
}