jeremy 1 year ago
parent
commit
92b3446e2f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      public/index.html

+ 2 - 1
public/index.html

@@ -60,7 +60,8 @@
 		var browerInfo = {
 			type: 'unknown',
 			version: 'unknown',
-			userAgent: userAgent
+			userAgent: userAgent,
+			href: window.location.href,
 		};
 		if(document.documentMode){
 			browerInfo.type = "IE"