|
@@ -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" },
|