hotfix: 修复生产前端 API 默认地址

This commit is contained in:
Cheng Zhou
2026-03-31 08:52:46 +08:00
parent da54eef06a
commit 38b9838d63
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ services:
context: ./frontend
dockerfile: Dockerfile
args:
VITE_API_BASE_URL: ${VITE_API_BASE_URL:-http://localhost:8000}
VITE_API_BASE_URL: ${VITE_API_BASE_URL:-}
container_name: ctms_frontend
restart: always
ports: