Przeglądaj źródła

入口改为动态地址

heyang 3 lat temu
rodzic
commit
8bebc2606e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      static/microserviceUserH5/vcloud/iosEnter.html

+ 1 - 1
static/microserviceUserH5/vcloud/iosEnter.html

@@ -60,7 +60,7 @@
 		window.location.href = 'https://www.baidu.com/'
 	})
 	phone.addEventListener('click', () => {
-		window.location.href = 'https://client.phone.androidscloud.com/cloud/phone/web/#/pages/index/index'
+		window.location.href = baseUrl + '/cloud/phone/web/#/pages/index/index'
 	})
 	function versionStringCompare(preVersion='', lastVersion='') {
     var sources = preVersion.split('.');