From 92aaeeae67aa4c1251efb3d5139a330bbc8171ee Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 15 五月 2025 11:30:17 +0800 Subject: [PATCH] 首页视频及样式 --- pages.json | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index 5f2b301..fdd962e 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": { @@ -93,6 +102,7 @@ "navigationBarTitleText": "涓撻" } } + ], "subPackages": [ @@ -825,7 +835,7 @@ "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": "棣栭〉" -- Gitblit v1.8.0