首页图片问题

This commit is contained in:
daihh
2022-10-15 21:25:40 +08:00
parent 82e8f48d60
commit 449054f9a7
4 changed files with 9 additions and 3 deletions

View File

@@ -534,7 +534,7 @@
this.$router.push({path:'/case/detail',query:{id:item.id}});
},
getPic(index) {
return `/images/listblue0${index+1}.png`
return `${webBaseUrl}/images/listblue0${index+1}.png`
},
getLevel() { //获取经验值和等级
apiStart.getUserStatTotalInfo(this.userInfo.aid).then(res => {