diff --git a/ruoyi-ui/src/views/system/WxBuilding/index.vue b/ruoyi-ui/src/views/system/WxBuilding/index.vue index 37ab8392..32face28 100644 --- a/ruoyi-ui/src/views/system/WxBuilding/index.vue +++ b/ruoyi-ui/src/views/system/WxBuilding/index.vue @@ -739,7 +739,7 @@ export default { batchUploadFiles(formData,action).then(response => { console.info(response) 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.$modal.msgSuccess("文件上传到服务器成功"); @@ -812,7 +812,7 @@ export default { handleAvatarSuccess(res, file) { this.imageUrl = URL.createObjectURL(file.raw); 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) { console.info(file.type) diff --git a/ruoyi-ui/src/views/system/basketBallTeam/index.vue b/ruoyi-ui/src/views/system/basketBallTeam/index.vue index fe8d4926..acf5d31b 100644 --- a/ruoyi-ui/src/views/system/basketBallTeam/index.vue +++ b/ruoyi-ui/src/views/system/basketBallTeam/index.vue @@ -383,12 +383,12 @@ export default { handleTeamAvatarSuccess(res, file) { this.imageUrl = URL.createObjectURL(file.raw); 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) { this.imageUrl = URL.createObjectURL(file.raw); 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) { console.info(file.type) diff --git a/ruoyi-ui/src/views/system/competition/index.vue b/ruoyi-ui/src/views/system/competition/index.vue index 6e38d60e..dc774f52 100644 --- a/ruoyi-ui/src/views/system/competition/index.vue +++ b/ruoyi-ui/src/views/system/competition/index.vue @@ -419,7 +419,7 @@ export default { handleAvatarSuccess(res, file) { this.imageUrl = URL.createObjectURL(file.raw); 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) { console.info(file.type) diff --git a/ruoyi-ui/src/views/system/competitionSet/index.vue b/ruoyi-ui/src/views/system/competitionSet/index.vue index 8c458b05..0056535d 100644 --- a/ruoyi-ui/src/views/system/competitionSet/index.vue +++ b/ruoyi-ui/src/views/system/competitionSet/index.vue @@ -716,39 +716,39 @@ export default { return { spreadImgurl:null, 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: [ { 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', - img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg1.jpg' + img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg1.jpg' }, { 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', - img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg3.jpg' + img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg3.jpg' }, { 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', - img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg5.jpg' + img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg5.jpg' }, { 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', - img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg7.png' + img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg7.png' }, { 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', - img: 'https://adu.shjmall.cn/liguanghui/image/wxIcon/spreadTempImg/timg9.png' + img: 'https://mall.lzsport.cn/image/wxIcon/spreadTempImg/timg9.png' } ], mindVisible:false,