diff --git a/src/components/Auth/AuthFormContent.js b/src/components/Auth/AuthFormContent.js index 98f6540b..dbb46bc1 100644 --- a/src/components/Auth/AuthFormContent.js +++ b/src/components/Auth/AuthFormContent.js @@ -44,7 +44,7 @@ const AUTH_CONFIG = { // UI文本 title: "价值前沿", subtitle: "开启您的投资之旅", - formTitle: "手机号验证", + formTitle: "登陆/注册", buttonText: "登录/注册", loadingText: "验证中...", successTitle: "验证成功", @@ -53,7 +53,7 @@ const AUTH_CONFIG = { // API配置 api: { - endpoint: '/api/auth/register-with-code', + endpoint: '/api/auth/register/phone', purpose: 'register', },