This commit is contained in:
熊丽君
2021-07-14 17:11:13 +08:00
commit 764277766d
248 changed files with 18836 additions and 0 deletions

7
.env.staging Normal file
View File

@ -0,0 +1,7 @@
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'