Browse Source

Merge branch 'master' into test

LAPTOP-FO2T5SIU\35838 5 months ago
parent
commit
fce2b3ef13
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/static/utils/constant.js

+ 2 - 2
src/static/utils/constant.js

@@ -1,9 +1,9 @@
 // 服务端地址
 // const BASE_URI = process.env.VUE_APP_WEB // 利用环境变量
 // const BASE_URI = '/webServer' // 代理模式代理地址
-const BASE_URI = 'https://www.idea-sf.com/settleDownApi'
+// const BASE_URI = 'https://www.idea-sf.com/settleDownApi'
 // const BASE_URI = 'http://10.1.4.70/settleDownApi' // 正式内网
-// const BASE_URI = 'http://112.25.69.225:8008/settleDownApi' // 正式外网
+const BASE_URI = 'http://112.25.69.225:8008/settleDownApi' // 正式外网
 
 
 const WEB_URL = 'https://2.21.138.147:8080/lifeline' // 正式