WanGxC пре 1 година
родитељ
комит
a7c10ba7a8
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/views/system/login/component/scan.vue

+ 2 - 0
src/views/system/login/component/scan.vue

@@ -37,10 +37,12 @@ function initWeComQRCode() {
 }
 
 async function handleWeComLogin(query) {
+  console.log('扫码成功')
   try {
     const res = await WeComLogin(query)
     if (res) {
       emitter.emit('scan-wecomLogin', { loginInfo: res })
+      console.log('发送跳转')
     }
   } catch (error) {
     console.log('error:', error)