component-shipinlv 1.0.23 → 1.0.26
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AuthClient/reg.js +3 -0
- package/dist/lib/Tool.js +1 -1
- package/package.json +1 -1
package/dist/AuthClient/reg.js
CHANGED
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.
|
1143
|
+
document.location.href = 'https://pay.shipinlv.com/pay/we-h5?data=' + encodeURIComponent(data);
|
1144
1144
|
}
|
1145
1145
|
});
|
1146
1146
|
|