From d12b432f4a009d87a9946ae81bdea5c9895a2bfe Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Tue, 18 May 2021 14:47:04 +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 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