mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 22:06:43 +08:00
首页图片问题
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user