From 4b98e254ed7a22abe47b0ee0119e73d901b3ed4b Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Wed, 15 Oct 2025 22:37:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BB=E9=99=86=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Auth/AuthFormContent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', },