GAAS GFrame项目web前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
389 B

VUE_APP_ENV = 'QA'
# just a flag
NODE_ENV = 'production'
# base api 现场 243、247 产线
#VUE_APP_BASE_API = 'http://192.168.0.238:9001'
# base api 现场 ibk2 产线
VUE_APP_BASE_API = 'http://10.127.47.238:9001'
# base api 现场 *ibk2 测试* 产线
#VUE_APP_BASE_API = 'http://192.168.1.234:9001'
# base api 现场 CN7C 产线
#VUE_APP_BASE_API = 'http://10.127.35.238:9001'