mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-28 12:41:55 +08:00
图片显示优化一下2
This commit is contained in:
@@ -1266,7 +1266,7 @@ export default {
|
||||
//上传球队logo
|
||||
handleAvatarSuccess(res, file) {
|
||||
this.imageUrl = URL.createObjectURL(file.raw);
|
||||
let imgUrl = res.row[0];
|
||||
let imgUrl = res.rows[0];
|
||||
this.ofTeamForm.teamLogo = "https://mall.lzsport.cn/image/"+imgUrl;
|
||||
},
|
||||
beforeAvatarUpload(file) {
|
||||
|
||||
Reference in New Issue
Block a user