|
|
@@ -139,11 +139,7 @@
|
|
|
} else if (res.status === 1) {
|
|
|
toastr.error(res.msg)
|
|
|
setTimeout(function () {
|
|
|
- if (baseUrl.includes('prese.phone.androidscloud.com')) {
|
|
|
- $(window).attr('location', 'http://14.18.190.144:18888');
|
|
|
- } else {
|
|
|
- $(window).attr('location', 'http://www.androidscloud.com');
|
|
|
- }
|
|
|
+ $(window).attr('location', 'http://www.androidscloud.com');
|
|
|
}, 1000)
|
|
|
} else if (res.status === 11) {
|
|
|
$('#mpanel2').eq(0).text('');
|
|
|
@@ -177,8 +173,7 @@
|
|
|
function getHead(fileId) {
|
|
|
$('.head img').attr('src', '../static/img/invite/header-img.png');
|
|
|
if (fileId) {
|
|
|
- let urls = baseUrl == 'http://110.53.221.195:8210';
|
|
|
- $('.head img').attr('src', `${urls}/document/newFile/download/0/edv834e74a9c43eaac02?fileKey=` + fileId);
|
|
|
+ $('.head img').attr('src', window.location.protocol + `//file.phone.androidscloud.com:8121/document/newFile/download/0/edv834e74a9c43eaac02?fileKey=` + fileId);
|
|
|
}
|
|
|
}
|
|
|
function encrypt(word, keyStr) {
|