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

4 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. VUE_APP_ENV = 'QA'
  2. # just a flag
  3. NODE_ENV = 'production'
  4. # base api 现场 243、247 产线
  5. #VUE_APP_BASE_API = 'http://192.168.0.238:9001'
  6. # base api 现场 ibk2 产线
  7. VUE_APP_BASE_API = 'http://10.127.47.238:9001'
  8. # base api 现场 *ibk2 测试* 产线
  9. #VUE_APP_BASE_API = 'http://192.168.1.234:9001'
  10. # base api 现场 CN7C 产线
  11. #VUE_APP_BASE_API = 'http://10.127.35.238:9001'