8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
# env
|
||
NODE_ENV = 'dev' // 如果是生产环境,请记得切换为production
|
||
|
||
# flag
|
||
VUE_APP_FLAG='dev'
|
||
VUE_APP_ADMIN='https://ecotest.happyinsurance.com.cn:4443/api'
|
||
# VUE_APP_ADMIN='/api'
|