From c5e50782dbfb888a1cacb37583a6aa69f76913a4 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 27 六月 2025 10:53:52 +0800 Subject: [PATCH] rpx --- 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 5d2cf8b..7d29bed 100644 --- a/components/custom-tabbar.vue +++ b/components/custom-tabbar.vue @@ -47,11 +47,13 @@ "key": 'index' }, { - "pagePath": "/pages/tabbar/category/category", + // "pagePath": "/pages/tabbar/category/category", + "pagePath": "/pages/kitchen/KitchenVideo", + "iconPath": "/static/tabbar/category.png", "selectedIconPath": "/static/tabbar/category-s.png", - "text": "鍟嗗煄", - "key": 'shop' + "text": "绁炲帹", + "key": 'kitchen' }, { "pagePath": "/pages/tabbar/video/video", -- Gitblit v1.8.0