component-shipinlv 1.0.22 → 1.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/lib/Tool.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -9,6 +9,7 @@ export { default as JoinClient } from './join-client';
|
|
9
9
|
export { default as renewalVip } from './renewal-vip';
|
10
10
|
export { default as ClientUpdate } from './Client/ClientUpdate';
|
11
11
|
export { default as DealerUrlDict } from './base/DealerUrlDict';
|
12
|
+
export { default as VideoPlatform, VideoPlatformList, VideoPlatformDict } from './component/video-platform/logo';
|
12
13
|
export { default as VipList } from './VipList';
|
13
14
|
export { default as VideoPublish } from './VideoPublish';
|
14
15
|
export { default as VideoPublishCreateTask } from './VideoPublish/creat-task';
|
package/dist/index.js
CHANGED
@@ -11,6 +11,7 @@ export { default as JoinClient } from "./join-client";
|
|
11
11
|
export { default as renewalVip } from "./renewal-vip";
|
12
12
|
export { default as ClientUpdate } from "./Client/ClientUpdate";
|
13
13
|
export { default as DealerUrlDict } from "./base/DealerUrlDict";
|
14
|
+
export { default as VideoPlatform, VideoPlatformList, VideoPlatformDict } from "./component/video-platform/logo";
|
14
15
|
export { default as VipList } from "./VipList";
|
15
16
|
export { default as VideoPublish } from "./VideoPublish";
|
16
17
|
export { default as VideoPublishCreateTask } from "./VideoPublish/creat-task";
|
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
|
|