ソースを参照

✅ test: wecom scan test10

WanGxC 1 年間 前
コミット
c0e723f1c8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/system/login/component/scan.vue

+ 1 - 1
src/views/system/login/component/scan.vue

@@ -43,7 +43,7 @@ async function handleWeComLogin(query) {
     const res = await WeComLogin(query)
     console.log('res', res)
     if (res) {
-      emitter.emit('scan-wecomLogin', { loginInfo: res.data })
+      emitter.emit('scan-wecomLogin', { loginInfo: res })
     }
   } catch (error) {
     console.log('error:', error)