Initial commit

This commit is contained in:
xiongxiaoyang
2022-05-14 08:02:38 +08:00
parent c719f1378b
commit 3f079db001
44 changed files with 7346 additions and 84 deletions

4
.env.production Normal file
View File

@ -0,0 +1,4 @@
# 生产环境配置
ENV = 'production'
VUE_APP_BASE_API_URL = 'http://47.106.243.172:8888'