Sfoglia il codice sorgente

百度统计:登录失败原因

Michael Wang 6 anni fa
parent
commit
354a433f9e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/features/Login/Login.vue

+ 1 - 1
src/features/Login/Login.vue

@@ -321,7 +321,7 @@ export default {
           });
         }
       } else {
-        window._hmt.push(["_trackEvent", "登录页面", "登录失败"]);
+        window._hmt.push(["_trackEvent", "登录页面", "登录失败", data.desc]);
         this.errorInfo = data.desc;
       }
     },