From 3f7acbae32700d7c3c2f883968ea33d436df5219 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 27 六月 2025 11:28:27 +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 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