From c36a033b53860a67286ca6653a871ef980731ad1 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Sat, 15 May 2021 16:49:07 +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