This commit is contained in:
熊丽君
2021-08-31 13:44:30 +08:00
commit 7c0fdd859a
271 changed files with 22344 additions and 0 deletions

5
.env.production Normal file
View File

@ -0,0 +1,5 @@
# 生产环境配置
ENV = 'production'
# 管理系统/生产环境
VUE_APP_BASE_API = 'http://140.143.229.114:1818'