From 2571b833ac19340084f07ac2ccd76b242ee3d4f0 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 11 六月 2025 22:34:41 +0800
Subject: [PATCH] 分类多级联动

---
 components/custom-tabbar.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/custom-tabbar.vue b/components/custom-tabbar.vue
index a483f52..5d2cf8b 100644
--- a/components/custom-tabbar.vue
+++ b/components/custom-tabbar.vue
@@ -55,8 +55,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