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:
|
144
|
+
manual: defaultLoginType !== 'wechat',
|
145
145
|
onSuccess: function onSuccess(result) {
|
146
146
|
setWeQrUrl(Tool.makeQrUrl(result.url, '#0bc160'));
|
147
147
|
onRunCheck();
|