|
@@ -177,8 +177,8 @@
|
|
|
function getHead(fileId) {
|
|
|
$('.head img').attr('src', '../static/img/invite/header-img.png');
|
|
|
if (fileId) {
|
|
|
- let urls = baseUrl == 'http://prese.phone.androidscloud.com' ? 'http://110.53.221.195:8210' : 'https://wjzx.androidscloud.com:9091';
|
|
|
- $('.head img').attr('src', `${urls}/document/newFile/download/0/347905r86eb745a1sc38?fileKey=` + fileId);
|
|
|
+ let urls = baseUrl == 'http://110.53.221.195:8210';
|
|
|
+ $('.head img').attr('src', `${urls}/document/newFile/download/0/edv834e74a9c43eaac02?fileKey=` + fileId);
|
|
|
}
|
|
|
}
|
|
|
function encrypt(word, keyStr) {
|