component-shipinlv 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -141,7 +141,7 @@ var LoginQr = function LoginQr(_ref) {
141
141
  env: getApiEnv()
142
142
  });
143
143
  }, {
144
- manual: true,
144
+ manual: defaultLoginType !== 'wechat',
145
145
  onSuccess: function onSuccess(result) {
146
146
  setWeQrUrl(Tool.makeQrUrl(result.url, '#0bc160'));
147
147
  onRunCheck();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",