瀏覽代碼

✅ 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)