From 9a5f2264195a8240e49b600b929d18d8f4027f1c Mon Sep 17 00:00:00 2001 From: wuyibo <771227828@qq.com> Date: Fri, 7 Apr 2023 17:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=9C=8D=E5=8A=A1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/WxBuilding/index.vue | 4 ++-- .../src/views/system/basketBallTeam/index.vue | 4 ++-- .../src/views/system/competition/index.vue | 2 +- .../src/views/system/competitionSet/index.vue | 22 +++++++++---------- 4 files changed, 16 insertions(+), 16 deletions(-) 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,