- 新建 /login 页面(邮箱/密码登录,对接 auth-context) - AdminLayout 添加 auth guard:未登录自动跳转 /login - api-client 默认 URL 从 localhost:8080 → https://api.gogenex.com - Header 头像显示用户首字母,点击登出 - i18n 补充 header_logout (zh/en/ja) API 联通验证(全部正常): - POST /api/v1/auth/sms/send → 400 (手机号未注册) - POST /api/v1/auth/login → 401 (密码错误) - POST /api/v1/auth/register → 400 (验证码过期) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| admin-app | ||
| admin-web | ||
| genex-mobile | ||
| miniapp/src | ||
| mobile | ||
| .gitignore | ||
| build.bat | ||
| build.sh | ||