zhangwei
8 天以前 3324a54fa4d0840f8a5dc8adb21753180ecd3f3c
src/views/newregister/utils/hook.tsx
@@ -533,6 +533,10 @@
      }
    });
  }
  // 去登录
  function toLogin() {
    router.push({ name: "Login" });
  }
  return {
    state,
    resetForm,
@@ -549,6 +553,7 @@
    handleAvatarSuccess,
    loadNode,
    handlebankAccountIMG,
    openAgreement
    openAgreement,
    toLogin
  };
}