From 438088cf1f19324b6c21430f2a64a24b92664b30 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Tue, 20 Jul 2021 17:56:05 +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