Bläddra i källkod

延迟访问,数据可能还未同步

lifanagju_citu 1 månad sedan
förälder
incheckning
7fcfa1d48b
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      src/plugins/dialogExtend/components/necessaryInfoDialog.vue

+ 3 - 1
src/plugins/dialogExtend/components/necessaryInfoDialog.vue

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