From 18f835d43008233b139f1f766ec87c6ed0bb1fee Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 25 六月 2025 10:47:18 +0800
Subject: [PATCH] update 解决图片显示问题

---
 components/custom-tabbar.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/components/custom-tabbar.vue b/components/custom-tabbar.vue
index a483f52..75aec2e 100644
--- a/components/custom-tabbar.vue
+++ b/components/custom-tabbar.vue
@@ -47,7 +47,9 @@
 				"key": 'index'
         	},
         	{
-        		"pagePath": "/pages/tabbar/category/category",
+        		// "pagePath": "/pages/tabbar/category/category",
+				"pagePath": "/pages/commodity-square/commoditySquare",
+				
         		"iconPath": "/static/tabbar/category.png",
         		"selectedIconPath": "/static/tabbar/category-s.png",
         		"text": "鍟嗗煄",
@@ -55,8 +57,8 @@
         	},
 			{
 				"pagePath": "/pages/tabbar/video/video",
-				"iconPath": "/static/tabbar/video.png",
-				"selectedIconPath": "/static/tabbar/video-selected.png",
+				"iconPath": "/static/tabbar/video1.png",
+				"selectedIconPath": "/static/tabbar/video1-selected.png",
 				"key": 'video'
 			},
         	{

--
Gitblit v1.8.0