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

9
.env.development Normal file
View File

@ -0,0 +1,9 @@
ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://8.129.208.109:8001'
VUE_APP_WS_API = 'ws://8.129.208.109:8001'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true