zhengkaixin il y a 2 ans
Parent
commit
0895a29ee6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/projects/business/main.js

+ 1 - 1
src/projects/business/main.js

@@ -182,7 +182,7 @@ router.beforeEach((to, from, next) => {
 	}
 
 	if (process.env.VUE_APP_NODE_NAME == 'production') {
-		window._hmt.push(['_trackEvent', '页面跳转', 'click', to.meta.title, 1]);
+		//window._hmt.push(['_trackEvent', '页面跳转', 'click', to.meta.title, 1]);
 	}
 
 	checkRole(to, from, next);