From ed5d721437f2bf4780810c67662b6959fa9cb8a0 Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期四, 07 十二月 2023 09:45:22 +0800
Subject: [PATCH] 20231207_qiuyh_调整巡检
---
sz_app/pages/homeIndex/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/sz_app/pages/homeIndex/index.vue b/sz_app/pages/homeIndex/index.vue
index d9a0698..72b17cd 100644
--- a/sz_app/pages/homeIndex/index.vue
+++ b/sz_app/pages/homeIndex/index.vue
@@ -43,7 +43,8 @@
this.height = (deviceInfo.windowWidth / 3) - 32;
const menuData = JSON.parse(uni.getStorageSync('menuData')) || [];
this.homeTabList = menuData.map(item => {
- item.menuIcon = `http://filemanage.thhy-tj.com:8888/${item.menuIcon}`
+ console.log(item.menuIcon);
+ item.menuIcon = `https://szpipe.thhy-tj.com/${item.menuIcon}`
return item;
})
},
--
Gitblit v1.9.3