heyang 3 years ago
parent
commit
ac75f94a6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      microserviceUserH5/vcloud/invite.html

+ 1 - 1
microserviceUserH5/vcloud/invite.html

@@ -189,7 +189,7 @@
 			stopManyClick(() => {
 				var oInput = document.createElement('input'); //创建一个input
 				oInput.setAttribute("readonly", "readonly");//设置只读,否则移动端使用复制功能时可能会造成软件盘弹出
-				oInput.value = window.location.href || 'https://per.cs.se.androidscloud.com/h5/microserviceUserH5/vcloud/invite.html';
+				oInput.value = window.location.href || 'https://client.androidscloud.com/h5/microserviceUserH5/vcloud/invite.html';
 				document.body.appendChild(oInput);//将input插入到body
 				oInput.select(); // 选择对象
 				document.execCommand("Copy"); // 执行浏览器复制命令