dwh 2 år sedan
förälder
incheckning
cd77d7f4e4
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      src/views/login/login.vue

+ 3 - 3
src/views/login/login.vue

@@ -48,9 +48,9 @@
 				//localStorage.setItem('idfa',data.idfa);
 				this.$toast(JSON.stringify(data));
 			};
-			// window.deviceToken=(data)=>{
-			// 	this.$toast(JSON.stringify(data));
-			// };
+			window.deviceToken=(data)=>{
+				this.$toast(JSON.stringify(data));
+			};
 			this.getStatusBarHeight();
 			this.getIDFA();
 			this.getDeviceInfo();