Ver Fonte

百度统计:登录失败原因

Michael Wang há 6 anos atrás
pai
commit
354a433f9e
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
       }
     },