From fb9591ea38b263afe9d051168e34aa03028494eb Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang Date: Tue, 18 May 2021 10:03:06 +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