{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "祥安e家", "navigationBarBackgroundColor": "#98C147", "navigationBarTextStyle": "white", "backgroundColor": "#f5f5f5", "navigationStyle": "custom" } }, { "path": "pages/service/index", "style": { "navigationBarTitleText": "服务", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "backgroundColor": "#f5f5f5" } }, { "path": "pages/store/index", "style": { "navigationBarTitleText": "商城", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "backgroundColor": "#f5f5f5", "navigationStyle": "custom" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "backgroundColor": "#f5f5f5", "navigationStyle": "custom" } }, { "path": "pages/ai/index", "style": { "navigationBarTitleText": "AI", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "backgroundColor": "#f5f5f5", "navigationStyle": "custom" } }, { "path": "pages/user/auth", "style": { "navigationBarTitleText": "业主认证", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "backgroundColor": "#f5f5f5", "navigationStyle": "custom" } }, { "path": "pages/user/join", "style": { "navigationBarTitleText": "加入", "navigationBarBackgroundColor": "#FF6B35", "navigationBarTextStyle": "white", "backgroundColor": "#f5f5f5" } }, { "path": "pages/user/select-community", "style": { "navigationBarTitleText": "小区选择" } }, { "path": "pages/user/select-room", "style": { "navigationBarTitleText": "房屋选择" } }, { "path": "pages/user/property-bill", "style": { "navigationBarTitleText": "我的账单" } }, { "path": "pages/user/my-properties", "style": { "navigationBarTitleText": "我的房产" } } ], "subPackages": [ { "root": "userPages", "pages": [ { "path": "pages/cars", "style": { "navigationBarTitleText": "我的车位车辆" } }, { "path": "pages/guest", "style": { "navigationBarTitleText": "访客记录" } }, { "path": "pages/peopleList", "style": { "navigationBarTitleText": "住户详情" } }, { "path": "pages/remote-door-access", "style": { "navigationBarTitleText": "远程开门" } }, { "path": "pages/article", "style": { "navigationBarTitleText": "公告详情" } }, { "path": "pages/articleList", "style": { "navigationBarTitleText": "公告列表" } }, { "path": "pages/remote-door", "style": { "navigationBarTitleText": "远程开门" } }, { "path": "pages/inviteLog", "style": { "navigationBarTitleText": "访客记录" } }, { "path": "pages/remote-door-invite", "style": { "navigationBarTitleText": "远程开门(访客)" } } ] }, { "root": "servicePages", "pages": [ { "path": "pages/pay", "style": { "navigationBarTitleText": "生活缴费" } }, { "path": "pages/food", "style": { "navigationBarTitleText": "餐饮缴费" } }, { "path": "pages/express", "style": { "navigationBarTitleText": "常用快递" } }, { "path": "pages/bank", "style": { "navigationBarTitleText": "掌上银行" } }, { "path": "pages/car", "style": { "navigationBarTitleText": "交通出行" } }, { "path": "pages/tools", "style": { "navigationBarTitleText": "常用工具" } }, { "path": "pages/survey", "style": { "navigationBarTitleText": "问卷调查" } }, { "path": "pages/surveyInfo", "style": { "navigationBarTitleText": "问卷详情" } }, { "path": "pages/invite", "style": { "navigationBarTitleText": "访客邀请" } }, { "path": "pages/suggest", "style": { "navigationBarTitleText": "投诉建议" } }, { "path": "pages/fix", "style": { "navigationBarTitleText": "报修" } } ] } ], "tabBar": { "color": "#999999", "selectedColor": "#98C147", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/home.png", "selectedIconPath": "static/home-active.png" }, { "pagePath": "pages/service/index", "text": "服务", "iconPath": "static/service.png", "selectedIconPath": "static/service-active.png" }, { "pagePath": "pages/store/index", "text": "商城", "iconPath": "static/store.png", "selectedIconPath": "static/store-active.png" }, { "pagePath": "pages/user/index", "text": "我的", "iconPath": "static/user.png", "selectedIconPath": "static/user-active.png" } ] }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "祥安e家", "navigationBarBackgroundColor": "#98C147", "backgroundColor": "#f5f5f5" }, "uniIdRouter": {} }