heyang 3 年之前
父節點
當前提交
480104b488
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      microserviceUserH5/vcloud/iosEnter.html

+ 1 - 1
microserviceUserH5/vcloud/iosEnter.html

@@ -28,7 +28,7 @@
 <script type="text/javascript" th:inline="javascript">
 	let node = document.getElementById('index-what');
 	node.addEventListener('click', () => {
-		window.location.href = 'https://www.baidu.com/s'
+		window.location.href = 'https://www.baidu.com/'
 	})
 </script>
 </body>