生产管理系统前端 - 发布脚本统一用一个环境文件

This commit is contained in:
2025-10-28 14:22:26 +08:00
parent 3286d4366a
commit 2c3227fb64
3 changed files with 67 additions and 23 deletions

View File

@@ -4,8 +4,8 @@ NODE_ENV=test
# 前端域名
FRONTEND_BASE_URL=https://cavin-smart-crop-ui-app.test.maimaiag.com
# 后端 API 地址 (等待后端部署,先用开发环境的)
BACKEND_BASE_URL=https://cavin-smart-crop-backend-app.dev.maimaiag.com
# 后端 API 地址
BACKEND_BASE_URL=http://pengcode.tech:8080
# API 版本
API_VERSION=v1