重构认证系统和订单支付功能,新增邮箱验证、密码重置及支付流程

This commit is contained in:
2025-09-22 15:28:18 +08:00
parent 6876683d80
commit 98f81840f2
27 changed files with 2804 additions and 2249 deletions

View File

@@ -5,6 +5,9 @@ NODE_ENV=development
VITE_API_BASE_URL=http://localhost:3200/api/v1
VITE_API_TIMEOUT=30000
# 使用模拟数据(开发环境)
VITE_USE_MOCK=false
# 功能开关
VITE_FEATURE_ANALYTICS=true
VITE_FEATURE_DEBUG=true