From 3b06d371581c0eca5758b20b73e832da6c0901a3 Mon Sep 17 00:00:00 2001 From: qiuyuan Date: Fri, 25 Apr 2025 15:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=AF=E5=BE=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 67 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 59 insertions(+), 8 deletions(-) diff --git a/pages.json b/pages.json index 5817a2f..363953b 100644 --- a/pages.json +++ b/pages.json @@ -1,8 +1,8 @@ { "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" - }, - + }, + "pages": [ // 首页 { @@ -27,7 +27,33 @@ "navigationBarTitleText": "近山社区", "navigationStyle": "custom" } - }, + }, + // 智能工单 + { + "path": "pages/serviceTickets/index", + "style": { + "navigationBarTitleText": "近山社区", + "navigationStyle": "custom" + } + }, + //社区公告列表 + { + "path": "pages/serviceNoticeList/index", + "style": { + "navigationBarTitleText": "近山社区", + "navigationStyle": "custom" + } + }, + // 社区公告详情 + { + "path": "pages/serviceNoticeDetail/index", + "style": { + "navigationBarTitleText": "近山社区", + "navigationStyle": "custom" + } + }, + + // 我的个人中心 { "path": "pages/mine/index", @@ -43,9 +69,32 @@ "navigationBarTitleText": "近山社区", "navigationStyle": "custom" } - } - - + }, + // 发布求助信息 + { + "path": "pages/helpInfo/index", + "style": { + "navigationBarTitleText": "近山社区", + "navigationStyle": "custom" + } + }, + // 邻里圈-邻里互助查看更多列表页 + { + "path": "pages/neighborList/index", + "style": { + "navigationBarTitleText": "近山社区", + "navigationStyle": "custom" + } + }, + // 邻里圈-邻里互助详情页面 + { + "path": "pages/neighborDetail/index", + "style": { + "navigationBarTitleText": "近山社区", + "navigationStyle": "custom" + } + } + ], "globalStyle": { "navigationBarTextStyle": "black", @@ -57,8 +106,10 @@ "usingComponents": { "u-modal": "/node_modules/uview-ui/components/u-modal/u-modal.vue", - "u-icon": "/node_modules/uview-ui/components/u-icon/u-icon.vue", + "u-icon": "/node_modules/uview-ui/components/u-icon/u-icon.vue" // 引用自定义组件 - "bottom-nav": "/components/footer_common.vue" + // "bottom-nav": "/components/footer_common.vue", + // "header-nav": "/components/header_common.vue", + } } \ No newline at end of file