component-shipinlv 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,6 +27,8 @@ var JoinClient = function JoinClient(_ref) {
27
27
  var _useRequest = useRequest(function () {
28
28
  return SubClientController.start({
29
29
  productType: productType
30
+ }, {
31
+ silent: true
30
32
  });
31
33
  }, {
32
34
  // manual: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",