图片服务地址变更

pull/371/head
wuyibo 2 years ago
parent 83be68609f
commit 9a5f226419

@ -739,7 +739,7 @@ export default {
batchUploadFiles(formData,action).then(response => { batchUploadFiles(formData,action).then(response => {
console.info(response) console.info(response)
response.data.forEach((item) => { response.data.forEach((item) => {
let imgItem = {url: "https://adu.shjmall.cn/liguanghui/image/"+item} // let imgItem = {url: "https://mall.lzsport.cn/image/"+item} //
this.fileList.push(imgItem); this.fileList.push(imgItem);
}); });
this.$modal.msgSuccess("文件上传到服务器成功"); this.$modal.msgSuccess("文件上传到服务器成功");
@ -812,7 +812,7 @@ export default {
handleAvatarSuccess(res, file) { handleAvatarSuccess(res, file) {
this.imageUrl = URL.createObjectURL(file.raw); this.imageUrl = URL.createObjectURL(file.raw);
let imgUrl = res.data[0]; let imgUrl = res.data[0];
this.form.chatGroupUrl = "https://adu.shjmall.cn/liguanghui/image/"+imgUrl; this.form.chatGroupUrl = "https://mall.lzsport.cn/image/"+imgUrl;
}, },
beforeAvatarUpload(file) { beforeAvatarUpload(file) {
console.info(file.type) console.info(file.type)

@ -383,12 +383,12 @@ export default {
handleTeamAvatarSuccess(res, file) { handleTeamAvatarSuccess(res, file) {
this.imageUrl = URL.createObjectURL(file.raw); this.imageUrl = URL.createObjectURL(file.raw);
let imgUrl = res.data[0]; let imgUrl = res.data[0];
this.form.defaultPicture = "https://adu.shjmall.cn/liguanghui/image/"+imgUrl; this.form.defaultPicture = "https://mall.lzsport.cn/image/"+imgUrl;
}, },
handleAvatarSuccess(res, file) { handleAvatarSuccess(res, file) {
this.imageUrl = URL.createObjectURL(file.raw); this.imageUrl = URL.createObjectURL(file.raw);
let imgUrl = res.data[0]; let imgUrl = res.data[0];
this.form.teamLogo = "https://adu.shjmall.cn/liguanghui/image/"+imgUrl; this.form.teamLogo = "https://mall.lzsport.cn/image/"+imgUrl;
}, },
beforeAvatarUpload(file) { beforeAvatarUpload(file) {
console.info(file.type) console.info(file.type)

@ -419,7 +419,7 @@ export default {
handleAvatarSuccess(res, file) { handleAvatarSuccess(res, file) {
this.imageUrl = URL.createObjectURL(file.raw); this.imageUrl = URL.createObjectURL(file.raw);
let imgUrl = res.data[0]; let imgUrl = res.data[0];
this.form.competitionBackImg = "https://adu.shjmall.cn/liguanghui/image/"+imgUrl; this.form.competitionBackImg = "https://mall.lzsport.cn/image/"+imgUrl;
}, },
beforeAvatarUpload(file) { beforeAvatarUpload(file) {
console.info(file.type) console.info(file.type)

@ -716,39 +716,39 @@ export default {
return { return {
spreadImgurl:null, spreadImgurl:null,
spreadPage:"pages/competition/competitiondetail/competitiondetail", spreadPage:"pages/competition/competitiondetail/competitiondetail",
spreadAdImg:"https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg0.jpg", spreadAdImg:"https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg0.jpg",
autoSpreadCardImgs: [ autoSpreadCardImgs: [
{ {
id: '0', id: '0',
img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg0.jpg' img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg0.jpg'
}, },
{ {
id: '1', id: '1',
img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg1.jpg' img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg1.jpg'
}, { }, {
id: '2', id: '2',
img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg2.jpg' img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg2.jpg'
}, { }, {
id: '3', id: '3',
img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg3.jpg' img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg3.jpg'
}, { }, {
id: '4', id: '4',
img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg4.jpg' img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg4.jpg'
}, { }, {
id: '5', id: '5',
img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg5.jpg' img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg5.jpg'
}, { }, {
id: '6', id: '6',
img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg6.png' img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg6.png'
}, { }, {
id: '7', id: '7',
img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg7.png' img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg7.png'
}, { }, {
id: '8', id: '8',
img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg8.png' img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg8.png'
}, { }, {
id: '9', id: '9',
img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg9.png' img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg9.png'
} }
], ],
mindVisible:false, mindVisible:false,

Loading…
Cancel
Save