From 2891aa37d99bc458a2ce501cb4ea185b363744f4 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Tue, 20 Jul 2021 18:00:46 +0800
Subject: [PATCH] 升档
---
src/views/old/store/business-center.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/old/store/business-center.vue b/src/views/old/store/business-center.vue
index fabc02f..c34b1cd 100644
--- a/src/views/old/store/business-center.vue
+++ b/src/views/old/store/business-center.vue
@@ -79,7 +79,7 @@
},
methods: {
getIndexIcon(item){
- let iconSrc = "/sib_wx_scored/static/img/"+item.icon+".png";
+ let iconSrc = location.origin + location.pathname +"/static/img/"+item.icon+".png";
return iconSrc;
},
init(){
--
Gitblit v1.8.0