Browse Source

连灵锡

zhangtao 2 months ago
parent
commit
679cdae093
1 changed files with 2 additions and 1 deletions
  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 {