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 }; }