From 362f5c666a7bf22aeec6688bf6b0ca28749a5abd Mon Sep 17 00:00:00 2001 From: liangjin <liangjin@finlean.com> Date: Fri, 14 May 2021 18:19:34 +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