This commit is contained in:
熊丽君
2021-08-02 09:31:25 +08:00
commit fa85ca8a08
257 changed files with 21097 additions and 0 deletions

8
.env.development Normal file
View File

@ -0,0 +1,8 @@
# 开发环境配置
ENV = 'development'
# 管理系统/开发环境
VUE_APP_BASE_API = ''
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true