From d25f94845ef10169389c980c7ffaa7d6bc461760 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 15 五月 2025 18:28:37 +0800 Subject: [PATCH] 视频发布静态页面 --- pages.json | 31 +++++++++++++++++++++++++++---- 1 files changed, 27 insertions(+), 4 deletions(-) diff --git a/pages.json b/pages.json index 5f2b301..95c0015 100644 --- a/pages.json +++ b/pages.json @@ -4,7 +4,16 @@ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ - + // 绗竴涓氨鏄椤� + { + "path" : "pages/tabbar/index/home", + "style" : + { + // "navigationBarTitleText" : "瑙嗛", + "enablePullDownRefresh" : false, + "navigationStyle": "custom" // 闅愯棌椤堕儴瀵艰埅鏍� + } + }, { "path": "pages/tabbar/home/index", "style": { @@ -92,7 +101,16 @@ "style": { "navigationBarTitleText": "涓撻" } + }, + { + "path" : "pages/tabbar/video/video", + "style" : + { + "navigationBarTitleText" : "鍙戝竷瑙嗛", + "enablePullDownRefresh" : false + } } + ], "subPackages": [ @@ -820,12 +838,13 @@ } }, "tabBar": { + "custom": true, "color": "#666", "selectedColor": "#ff573e", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ - "pagePath": "pages/tabbar/home/index", + "pagePath": "pages/tabbar/index/home", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-s.png", "text": "棣栭〉" @@ -834,9 +853,13 @@ "pagePath": "pages/tabbar/category/category", "iconPath": "static/tabbar/category.png", "selectedIconPath": "static/tabbar/category-s.png", - "text": "鍒嗙被" + "text": "鍟嗗煄" }, - + { + "pagePath": "pages/tabbar/video/video", + "iconPath": "static/tabbar/video.png", + "selectedIconPath": "static/tabbar/video-selected.png" + }, { "pagePath": "pages/tabbar/cart/cartList", "iconPath": "static/tabbar/cart.png", -- Gitblit v1.8.0