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

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

2
crop-x/env/.env.dev vendored
View File

@@ -5,7 +5,7 @@ NODE_ENV=development
FRONTEND_BASE_URL=https://cavin-smart-crop-ui-app.dev.maimaiag.com
# 后端 API 地址
BACKEND_BASE_URL=https://cavin-smart-crop-backend-app.dev.maimaiag.com
BACKEND_BASE_URL=http://pengcode.tech:8080
# API 版本
API_VERSION=v1