Browse Source

✅ test: 跳转测试

WanGxC 1 year ago
parent
commit
a7c10ba7a8
1 changed files with 2 additions and 0 deletions
  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)