From 6b4e897cdb41dfbbcb45b0d4667c8ad7c6d630b4 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Mon, 17 May 2021 09:09:08 +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