Add single domain gateway routing
This commit is contained in:
@@ -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`。
|
||||
|
||||
Reference in New Issue
Block a user