component-shipinlv 1.0.23 → 1.0.25

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.
Files changed (2) hide show
  1. package/dist/lib/Tool.js +1 -1
  2. package/package.json +1 -1
package/dist/lib/Tool.js CHANGED
@@ -1140,7 +1140,7 @@ var Tool = _objectSpread(_objectSpread({
1140
1140
  var data = JSON.stringify(_objectSpread({
1141
1141
  payBackUrl: document.location.href
1142
1142
  }, query));
1143
- document.location.href = 'https://pay.shanren.wang/pay/we-h5?data=' + encodeURIComponent(data);
1143
+ document.location.href = 'https://pay.shipinlv.com/pay/we-h5?data=' + encodeURIComponent(data);
1144
1144
  }
1145
1145
  });
1146
1146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",