Browse Source

百度统计:登录失败原因

Michael Wang 6 năm trước cách đây
mục cha
commit
354a433f9e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
       }
     },