浏览代码

企业微信登录06

xinyan 6 月之前
父节点
当前提交
ac4262ce0c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/system/login/component/scan.vue

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

@@ -39,7 +39,6 @@ function initWeComQRCode() {
 async function handleWeComLogin(query: any) {
   try {
     const res = await WeComLogin(query);
-    console.log("=>(scan.vue:43) res", res);
     if (res) {
       emitter.emit('scan-wecomLogin', { loginInfo: res });
     }