Explorar o código

✅ test: 跳转测试

WanGxC hai 1 ano
pai
achega
a7c10ba7a8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)