wuyongxiang 4 years ago
parent
commit
afab969ee3
1 changed files with 6 additions and 6 deletions
  1. 6 6
      screenH5/homeNew.html

+ 6 - 6
screenH5/homeNew.html

@@ -462,8 +462,8 @@
 							"userCardId": this.homeList[activeIndex].id,
 							"deviceStatus": 1,
 						};
-						var baseUrl = "http://192.168.31.20";
-						// var baseUrl = "test.androidscloud.com";
+						// var baseUrl = "http://192.168.31.20";
+						var baseUrl = "test.androidscloud.com";
 						var urlss = 'test.androidscloud.com'
 						let that = this;
 						var player = new Player({
@@ -527,8 +527,8 @@
 
 					},
 					gethomeList() {
-						// var baseUrl = 'https://test.androidscloud.com';
-						var baseUrl = "http://192.168.31.20";
+						var baseUrl = 'https://test.androidscloud.com';
+						// var baseUrl = "http://192.168.31.20";
 						var query = window.location.search.substring(1);
 						var vars = query.split("&");
 						var tokens = vars.find(e => {
@@ -701,8 +701,8 @@
 			url = url.split('/')
 			console.log(url)
 			// var baseUrl = 'https://' + url[2] //'http://192.168.31.159'//'http://' + url[2] 
-			var baseUrl = 'http://192.168.31.20'
-			// var baseUrl = 'https://test.androidscloud.com';
+			// var baseUrl = 'http://192.168.31.20'
+			var baseUrl = 'https://test.androidscloud.com';
 			var query = window.location.search.substring(1);
 
 			var vars = query.split("&");