gxd-uni-library-editx 1.0.95 → 1.0.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxd-uni-library-editx",
3
- "version": "1.0.95",
3
+ "version": "1.0.96",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -109,8 +109,8 @@ class XdNetwork {
109
109
  getNetworkEnv(paths=[]){
110
110
  if(paths.length === 0) {
111
111
  paths = [
112
- {path: 'https://image.jufubao.cn/network/10x10.png', size:0.94},
113
- {path: 'https://image.jufubao.cn/network/100x100.png', size: 1.078},
112
+ {path: 'https://img6.jufubao.cn/common/10x10.png', size:0.94},
113
+ {path: 'https://img6.jufubao.cn/common/100x100.png', size: 1.078},
114
114
  ]
115
115
  }
116
116
  let promiseArr= [];