{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ // 首页 { "path": "pages/index/index", "style": { "navigationBarTitleText": "近山社区", "navigationStyle": "custom" } }, // AI助手页面 { "path": "pages/chat/index", "style": { "navigationBarTitleText": "近山社区", "navigationStyle": "custom" } }, // 服务中心 { "path": "pages/service/index", "style": { "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", "style": { "navigationBarTitleText": "近山社区", "navigationStyle": "custom" } }, // 邻里圈 { "path": "pages/neighbor/index", "style": { "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", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "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" // 引用自定义组件 // "bottom-nav": "/components/footer_common.vue", // "header-nav": "/components/header_common.vue", } }