mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 09:16:43 +08:00
8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
# env 用于前端dev环境发布。与.env.development的区别:NODE_ENV = production,开启代码压缩
|
||
NODE_ENV = 'production'
|
||
|
||
# flag
|
||
VUE_APP_FLAG='development'
|
||
|
||
|