From f4dfe7df479ffb980b32c1375bfc97c0731448e1 Mon Sep 17 00:00:00 2001
From: liangjin <liangjin@finlean.com>
Date: Thu, 22 Apr 2021 20:49:55 +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