no message

This commit is contained in:
leave 2020-10-26 10:31:50 +08:00
parent c8095228d8
commit 82594ffe42
3 changed files with 20 additions and 0 deletions

8
.env.development Normal file
View File

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

5
.env.production Normal file
View File

@ -0,0 +1,5 @@
# 生产环境配置
ENV = 'production'
# 营销系统/生产环境
VUE_APP_BASE_API = '/lz_management'

7
.env.staging Normal file
View File

@ -0,0 +1,7 @@
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 营销系统/测试环境
VUE_APP_BASE_API = '/stage-api'