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 });
     }