heyang %!s(int64=3) %!d(string=hai) anos
pai
achega
fec5636797
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      microserviceUserH5/vcloud/register.html

+ 2 - 1
microserviceUserH5/vcloud/register.html

@@ -109,8 +109,9 @@
 				keyType: 2,
 				security: encrypts
 			}
+			let urls = baseUrl == 'http://14.18.190.141:24380'?'http://14.18.190.141:24380':'https://wjzx.androidscloud.com:9091';
 			$.ajax({
-				url: 'https://wjzx.androidscloud.com:9091/file-center/fileOperate/getImage?id='+fileId,
+				url: `${urls}/file-center/fileOperate/getImage?id=`+fileId,
 				type: 'get',
 				headers: data,
 				xhrFields: { responseType: "blob" },