Add single domain gateway routing

This commit is contained in:
2026-07-09 16:03:29 +08:00
parent 664d1acbce
commit 7587da6d18
14 changed files with 133 additions and 29 deletions

View File

@@ -39,9 +39,13 @@ docker compose -f docker-compose.dev.yml up --build
默认访问地址:
- 用户端 H5`http://127.0.0.1:5173/`
- 管理后台`http://127.0.0.1:5174/`
- 后端 API`http://127.0.0.1:8100/api/health`
- 统一入口`http://127.0.0.1:8080/`
- 用户端 H5`http://127.0.0.1:8080/`
- 管理后台`http://127.0.0.1:8080/login`
- 后端 API`http://127.0.0.1:8080/api/health`
- 用户端直连调试:`http://127.0.0.1:5173/`
- 管理后台直连调试:`http://127.0.0.1:5174/login/`
- 后端直连调试:`http://127.0.0.1:8100/api/health`
- MySQL`127.0.0.1:3307`
开发阶段 mock 短信验证码为 `123456`