Pārlūkot izejas kodu

修改接口路径

ming 3 gadi atpakaļ
vecāks
revīzija
d208fe0ff6
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      util/api.js

+ 3 - 3
util/api.js

@@ -1,9 +1,9 @@
 // const BASE_URL = 'https://iot.usky.cn/USKYOF/USKYOF.php/Home/' //(测试域名)  
-const BASE_URL = 'https://qhome.usky.cn/USKYOF/USKYOF.php/Home/' //(正式域名新)  
-const websiteUrl = 'https://qhome.usky.cn'
+const BASE_URL = 'https://wx.ewoogi.com/USKYOF/USKYOF.php/Home/' //(正式域名新)  
+const websiteUrl = 'https://wx.ewoogi.com'
 
 // const websiteUrl = 'https://wx.ewoogi.com'
-// const BASE_URL='http://https://qhome.usky.cn/USKYOF/USKYOF.php/Home/'
+// const BASE_URL='http://https://wx.ewoogi.com/USKYOF/USKYOF.php/Home/'
 // 同时发送异步代码的次数,防止一次点击中有多次请求,用于处理
 let ajaxTimes = 0;