Browse Source

修改接口地址

ming 3 năm trước cách đây
mục cha
commit
0ed660ed72
10 tập tin đã thay đổi với 9 bổ sung2 xóa
  1. BIN
      dist.zip
  2. BIN
      dist1.zip
  3. BIN
      dist2.zip
  4. BIN
      dist3.zip
  5. BIN
      dist4.zip
  6. BIN
      dist5.zip
  7. BIN
      dist7.zip
  8. BIN
      dist8 (2).zip
  9. BIN
      dist8.zip
  10. 9 2
      public/static/config.js

BIN
dist.zip


BIN
dist1.zip


BIN
dist2.zip


BIN
dist3.zip


BIN
dist4.zip


BIN
dist5.zip


BIN
dist7.zip


BIN
dist8 (2).zip


BIN
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"