This commit is contained in:
砂糖
2025-12-26 09:18:12 +08:00
commit d15660c731
363 changed files with 46462 additions and 0 deletions

14
.env.staging Normal file
View File

@@ -0,0 +1,14 @@
# 页面标题
VUE_APP_TITLE = 镀锌机组及生产工艺管理系统
BABEL_ENV = development
NODE_ENV = development
# 测试环境配置
ENV = 'staging'
# 若依管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'
VUE_APP_SERVICE_BASE_API = 'http://140.143.206.120:10082/prod-api'