From 619dade6c69c85e510a21e7290970fc84a008886 Mon Sep 17 00:00:00 2001 From: daihh Date: Sat, 15 Oct 2022 21:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=AC=A1=E6=8F=90=E4=BA=A4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=9A=84=E4=B8=80=E4=B8=AA=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 019a3a04..5aca0821 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -534,7 +534,7 @@ this.$router.push({path:'/case/detail',query:{id:item.id}}); }, getPic(index) { - return `${webBaseUrl}/images/listblue0${index+1}.png` + return this.webBaseUrl+'/images/listblue0'+(index+1)+'.png'; }, getLevel() { //获取经验值和等级 apiStart.getUserStatTotalInfo(this.userInfo.aid).then(res => {