From 9d7ce3f56a223ed69160d33ea2681014fd8aa8d7 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Mon, 17 May 2021 16:54:57 +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