|
@@ -18,9 +18,13 @@ if (window.location.host.indexOf('localhost') != -1 || window.location.host.inde
|
|
|
// PLATFROM_CONFIG.images = "https://wx.ewoogi.com/file/" //线上图片--->正式
|
|
|
// PLATFROM_CONFIG.fileUrl = "https://wx.ewoogi.com/file/" //xlsx文件访问路径--->正式
|
|
|
} else {
|
|
|
- PLATFROM_CONFIG.baseUrl = "https://wx.ewoogi.com/api/" //线上--->正式
|
|
|
- PLATFROM_CONFIG.images = "https://wx.ewoogi.com/file/" //线上图片--->正式
|
|
|
- PLATFROM_CONFIG.fileUrl = "https://wx.ewoogi.com/file/" //xlsx文件访问路径--->正式
|
|
|
+ PLATFROM_CONFIG.baseUrl = "https://qhome.usky.cn/uskypower/" //线上--->测试
|
|
|
+ PLATFROM_CONFIG.images = "https://qhome.usky.cn/file/" //线上图片--->测试
|
|
|
+ PLATFROM_CONFIG.fileUrl = "https://qhome.usky.cn/file/" //xlsx文件访问路径--->测试
|
|
|
+
|
|
|
+ // PLATFROM_CONFIG.baseUrl = "https://wx.ewoogi.com/api/" //线上--->正式
|
|
|
+ // PLATFROM_CONFIG.images = "https://wx.ewoogi.com/file/" //线上图片--->正式
|
|
|
+ // PLATFROM_CONFIG.fileUrl = "https://wx.ewoogi.com/file/" //xlsx文件访问路径--->正式
|
|
|
}
|
|
|
|
|
|
// 本地json文件请求路径
|