feat(web): add simple auth UI + enable CORS for testing
这个提交包含在:
@@ -14,8 +14,10 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile.frontend
|
||||
environment:
|
||||
# 前端调用后端API时使用;后续页面会读取该变量
|
||||
# 浏览器侧请求后端的公共地址(本机测试用 localhost)
|
||||
- NEXT_PUBLIC_API_BASE=http://localhost:8080
|
||||
# Next.js 服务端反代用(可选),仅在你把 NEXT_PUBLIC_API_BASE 设为 /api 时需要
|
||||
- BACKEND_INTERNAL_URL=http://backend:8080
|
||||
ports:
|
||||
- "3000:3000"
|
||||
depends_on:
|
||||
|
||||
在新工单中引用
屏蔽一个用户