From c0d86c96b9c56f2d6af5fc655c0f9d388b89e0e8 Mon Sep 17 00:00:00 2001
From: 张磊磊 <201175954@qq.com>
Date: 星期二, 21 十一月 2023 14:13:44 +0800
Subject: [PATCH] 拌合站标识牌/搅拌站新增校验时间

---
 sz_app/pages/homeIndex/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sz_app/pages/homeIndex/index.vue b/sz_app/pages/homeIndex/index.vue
index d9a0698..bd7de73 100644
--- a/sz_app/pages/homeIndex/index.vue
+++ b/sz_app/pages/homeIndex/index.vue
@@ -43,6 +43,7 @@
 			this.height = (deviceInfo.windowWidth / 3) - 32;
 			const menuData = JSON.parse(uni.getStorageSync('menuData')) || [];
 			this.homeTabList = menuData.map(item => {
+				console.log(item.menuIcon);
 				item.menuIcon = `http://filemanage.thhy-tj.com:8888/${item.menuIcon}`
 				return item;
 			})

--
Gitblit v1.9.3