18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
|
# 预发环境
|
||
|
|
||
|
# 指定构建模式
|
||
|
NODE_ENV=production
|
||
|
|
||
|
# 页面 title 前缀
|
||
|
VUE_APP_TITLE=D2Admin
|
||
|
|
||
|
# 网络请求公用地址
|
||
|
VUE_APP_API=/api/
|
||
|
|
||
|
# 国际化配置
|
||
|
VUE_APP_I18N_LOCALE=zh-chs
|
||
|
VUE_APP_I18N_FALLBACK_LOCALE=en
|
||
|
|
||
|
# element 颜色
|
||
|
VUE_APP_ELEMENT_COLOR=#409EFF
|