{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, { "path": "pages/login", "style": { "navigationBarTitleText": "登录/注册", "navigationStyle": "custom" } }, { "path": "pages/me/index", "style": { "navigationBarTitleText": "个人中心", "navigationStyle": "custom" } }, { "path": "pages/ai/index", "style": { "navigationBarTitleText": "智能管家" } } ], "subPackages": [ { "root": "WORKORDER", "pages": [ { "path": "list/index", "style": { "navigationBarTitleText": "工单报事" } }, { "path": "add/index", "style": { "navigationBarTitleText": "新增工单" } }, { "path": "show/index", "style": { "navigationBarTitleText": "工单详情" } } ] }, { "root": "INDEX", "pages": [ { "path": "binding/index", "style": { "navigationBarTitleText": "绑定房屋" } }, { "path": "owner_audit_list/index", "style": { "navigationBarTitleText": "审核与申请" } }, { "path": "bill/list/index", "style": { "navigationBarTitleText": "我的账单" } }, { "path": "bill/show/index", "style": { "navigationBarTitleText": "账单明细" } }, { "path": "pay/index", "style": { "navigationBarTitleText": "收银台" } }, { "path": "asset_houses/index", "style": { "navigationBarTitleText": "房屋管理" } }, { "path": "archive_houses/index", "style": { "navigationBarTitleText": "房屋档案" } }, { "path": "me/index", "style": { "navigationBarTitleText": "个人设置" } } ] } ], "easycom": { "custom": { "^u-(.*)": "uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue", "^cc-(.*)": "@/common/components/cc-$1/cc-$1.vue", "^nchl-(.*)": "@/components/my-$1/nchl-$1.vue" } }, "tabBar": { "custom": true, "color": "#3D3D3D", "selectedColor": "#3D3D3D", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "/static/tabbar/home_icon.png", "selectedIconPath": "/static/tabbar/home_active.png" }, { "pagePath": "pages/ai/index", "text": "智能管家", "iconPath": "/static/tabbar/home_icon.png", "selectedIconPath": "/static/tabbar/home_active.png" }, { "pagePath": "pages/me/index", "text": "我的", "iconPath": "/static/tabbar/news_icon.png", "selectedIconPath": "/static/tabbar/news_active.png" } ] }, "globalStyle": { "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" } }