This commit is contained in:
hh
2021-11-18 16:21:15 +08:00
commit a348257a03
270 changed files with 19739 additions and 0 deletions

11
.env.staging Normal file
View File

@ -0,0 +1,11 @@
# 页面标题
VUE_APP_TITLE = 商挈管理系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 商挈管理系统/测试环境
#VUE_APP_BASE_API = '/stage-api'
VUE_APP_BASE_API = '/'