|
@@ -39,7 +39,6 @@ function initWeComQRCode() {
|
|
async function handleWeComLogin(query: any) {
|
|
async function handleWeComLogin(query: any) {
|
|
try {
|
|
try {
|
|
const res = await WeComLogin(query);
|
|
const res = await WeComLogin(query);
|
|
- console.log("=>(scan.vue:43) res", res);
|
|
|
|
if (res) {
|
|
if (res) {
|
|
emitter.emit('scan-wecomLogin', { loginInfo: res });
|
|
emitter.emit('scan-wecomLogin', { loginInfo: res });
|
|
}
|
|
}
|