This commit is contained in:
clay
2021-12-27 23:05:09 +08:00
parent 6d8154dc9e
commit 8b5a97700f
15 changed files with 558 additions and 3 deletions

10
.env.development Normal file
View File

@@ -0,0 +1,10 @@
# 开发环境配置
ENV = 'development'
# EBTS/开发环境
#VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = 'http://localhost:8096/dev-api'
#VUE_APP_BASE_API = 'https://api.ebts.top/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true