From 0e1bce71603c5cbb92b3fe6387c87430528d18a9 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期二, 18 七月 2023 16:14:45 +0800 Subject: [PATCH] no message --- uniapp/pages.json | 33 +++++++++++++++++++++++++++++++-- 1 files changed, 31 insertions(+), 2 deletions(-) diff --git a/uniapp/pages.json b/uniapp/pages.json index c928bfb..0b182d2 100644 --- a/uniapp/pages.json +++ b/uniapp/pages.json @@ -4,6 +4,9 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ + { + "path": "pages/index/launchPage" + }, //棣栭〉 { "path": "pages/index/index", @@ -461,6 +464,16 @@ } } }, + // 姣斾环 + { + "path": "pages/rankinglist/compareprice", + "style": { + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, // 绾挎姤 { "path": "pages/rankinglist/xianbao", @@ -474,6 +487,16 @@ //鍏叡宓屽椤甸潰 { "path": "pages/rankinglist/common_act", + "style": { + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, + //鍏叡涓浆椤� + { + "path": "pages/rankinglist/common_transfer", "style": { "navigationStyle": "custom", "app-plus": { @@ -891,17 +914,23 @@ "text": "鐤姠姒�" }, { + "pagePath": "pages/rankinglist/compareprice", + "iconPath": "static/images/tabBar/compareprice.png", + "selectedIconPath": "static/images/tabBar/compareprice_activity.png", + "text": "鎼滀綆浠�" + }, + { "pagePath": "pages/rankinglist/xianbao", "iconPath": "static/images/tabBar/ne_xb.png", "selectedIconPath": "static/images/tabBar/ne_xb_act.png", "text": "绾挎姤" }, - { + /* { "pagePath": "pages/community/community", "iconPath": "static/images/tabBar/ne_bend.png", "selectedIconPath": "static/images/tabBar/ne_bend_act.png", "text": "鏈湴鐢熸椿" - }, + }, */ { "pagePath": "pages/mine/mine", -- Gitblit v1.9.3