Initial commit

This commit is contained in:
chenjiajun
2020-10-25 15:33:10 +08:00
commit 71795b2a27
749 changed files with 172578 additions and 0 deletions

5
.env.production Normal file
View File

@ -0,0 +1,5 @@
ENV = 'production'
# 接口地址
VUE_APP_BASE_API = 'https://app2.yixiang.co'
VUE_APP_WS_API = 'ws://app2.yixiang.co'