constant.js 415 B

12345678910111213141516
  1. // 系统常量
  2. // h5Server
  3. // const BASE_URI = '/h5Server'
  4. // const BASE_URI = 'https://lifeline.idea-sf.com/lifelineApi' // 测试
  5. // const BASE_URI = 'http://2.22.195.139:8080/api' // 正式(测试)
  6. const BASE_URI = 'http://2.22.195.139:8781/apiForProd' // 跳转到正式
  7. // const BASE_URI = 'https://2.21.138.147:8080/api' // 正式
  8. export default {
  9. /* 系统常量*/
  10. // 基础地址
  11. BASE_URI
  12. }