立项配置版本管理优化(回滚逻辑、UI、下载功能)

This commit is contained in:
Cheng Zhou
2026-03-04 14:49:59 +08:00
parent 6c5e5770c6
commit 0cd03eefa8
16 changed files with 3528 additions and 418 deletions
+2
View File
@@ -53,6 +53,7 @@ services:
context: ./frontend
dockerfile: Dockerfile
container_name: ctms_frontend
restart: always
# 开启 Host 模式以支持 Vite 热更新
command: npm run dev -- --host
volumes:
@@ -63,6 +64,7 @@ services:
- "5173:5173"
environment:
VITE_API_BASE_URL: /
NODE_OPTIONS: --max-old-space-size=4096
depends_on:
- backend
networks: