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

7
.env.development Normal file
View File

@ -0,0 +1,7 @@
# 开发环境配置
ENV = 'development'
VUE_APP_BASE_API_URL = 'http://127.0.0.1:8888/api/front'
VUE_APP_BASE_IMG_URL = 'http://47.106.243.172:8888'