浏览代码

连灵锡

zhangtao 2 月之前
父节点
当前提交
679cdae093
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/common/js/constant.js

+ 2 - 1
src/common/js/constant.js

@@ -1,8 +1,9 @@
 // 系统常量
 // h5Server
-const BASE_URI = '/h5Server'
+// const BASE_URI = '/h5Server'
 // const BASE_URI = 'http://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' // 跳转到正式
 
 
 export default {