This commit is contained in:
砂糖
2025-10-10 16:47:38 +08:00
commit 3db2ccf591
1160 changed files with 157697 additions and 0 deletions

14
apps/l2/.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:8089/l2-api'