Explorar o código

百度统计:登录失败原因

Michael Wang %!s(int64=6) %!d(string=hai) anos
pai
achega
354a433f9e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
       }
     },