Explorar el Código

✅ test: wecom scan test10

WanGxC hace 1 año
padre
commit
c0e723f1c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)