// 系统常量 // h5Server // const BASE_URI = '/h5Server' // const BASE_URI = 'https://lifeline.idea-sf.com/lifelineApi' // 测试 // const BASE_URI = 'http://2.22.195.139:8080/api' // 正式(测试) const BASE_URI = 'http://2.22.195.139:8781/apiForProd' // 跳转到正式 // const BASE_URI = 'https://2.21.138.147:8080/api' // 正式 export default { /* 系统常量*/ // 基础地址 BASE_URI }