瀏覽代碼

修改接口地址

ming 3 年之前
父節點
當前提交
0ed660ed72
共有 10 個文件被更改,包括 9 次插入2 次删除
  1. 二進制
      dist.zip
  2. 二進制
      dist1.zip
  3. 二進制
      dist2.zip
  4. 二進制
      dist3.zip
  5. 二進制
      dist4.zip
  6. 二進制
      dist5.zip
  7. 二進制
      dist7.zip
  8. 二進制
      dist8 (2).zip
  9. 二進制
      dist8.zip
  10. 9 2
      public/static/config.js

二進制
dist.zip


二進制
dist1.zip


二進制
dist2.zip


二進制
dist3.zip


二進制
dist4.zip


二進制
dist5.zip


二進制
dist7.zip


二進制
dist8 (2).zip


二進制
dist8.zip


+ 9 - 2
public/static/config.js

@@ -4,8 +4,15 @@ var PLATFROM_CONFIG = {};
 // PLATFROM_CONFIG.baseUrl = "http://172.16.1.196:8010/"  //超博本地
 
 
-PLATFROM_CONFIG.baseUrl = "https://qhome.usky.cn/fivapi/" //线上
-PLATFROM_CONFIG.fileUrl = "https://qhome.usky.cn/file/" //xlsx文件访问路径
+// PLATFROM_CONFIG.baseUrl = "https://qhome.usky.cn/fivapi/" //线上
+// PLATFROM_CONFIG.fileUrl = "https://qhome.usky.cn/file/" //xlsx文件访问路径
+
+
+
+PLATFROM_CONFIG.baseUrl = "http://wx.ewoogi.com:8010/" //线上
+PLATFROM_CONFIG.fileUrl = "http://wx.ewoogi.com:8010/file/" //xlsx文件访问路径
+
+
 
 // 本地json文件请求路径
 PLATFROM_CONFIG.Interface = "/vuefiv/InterfaceReturn.json"