From df0660fa3e31d33bf197a2293e9038925de75caa Mon Sep 17 00:00:00 2001
From: liangjin <liangjin@finlean.com>
Date: Mon, 26 Apr 2021 17:36:29 +0800
Subject: [PATCH] sib_wx_scoreg
---
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 8075e0f..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 = "/static/img/"+item.icon+".png";
+ let iconSrc = location.origin + location.pathname +"/static/img/"+item.icon+".png";
return iconSrc;
},
init(){
--
Gitblit v1.8.0