wuyongxiang 4 vuotta sitten
vanhempi
commit
4360fffd0b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      screenH5/homeNew.html

+ 2 - 2
screenH5/homeNew.html

@@ -415,7 +415,7 @@
 							"userCardId": this.homeList[activeIndex].id,
 							"deviceStatus": 1,
 						};
-						var baseUrl = "http://192.168.31.20";
+						var baseUrl = "https://192.168.31.20";
 						var urlss = 'test.androidscloud.com'
 						let that = this;
 						
@@ -550,7 +550,7 @@
 					},
 					gethomeList() {
 						// var baseUrl = 'https://test.androidscloud.com';
-						var baseUrl = "http://192.168.31.20";
+						var baseUrl = "https://192.168.31.20";
 						var query = window.location.search.substring(1);
 						var vars = query.split("&");
 						var tokens = vars.find(e => {