{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/wechatlogin", "style": { "navigationStyle": "custom" } }, { "path": "pages/xieyi", "style": { "navigationBarTitleText": "协议" } }, { "path": "pages/my/feedback", "style": { "navigationBarTitleText": "协议" } }, { "path": "pages/wy-home", "style": { "navigationStyle": "custom" } }, { "path": "pages/wy-bmfw", "style": { "navigationStyle": "custom" } }, { "path": "pages/wy-mine", "style": { "navigationStyle": "custom" } } ], "subPackages": [{ "root": "pagesMain", "pages": [{ "path": "pages/fkdj", "style": { "navigationStyle": "custom" } }, { "path": "pages/shjf", "style": { "navigationStyle": "custom" } }, { "path": "pages/bxbs", "style": { "navigationBarTitleText": "报修报事" } }, { "path": "pages/bxbs_submit", "style": { "navigationStyle": "custom" } }, { "path": "pages/bxbs_lsgd", "style": { "navigationStyle": "custom" } }, { "path": "pages/tjsq", "style": { "navigationStyle": "custom" } }, { "path": "pages/bxxq", "style": { "navigationStyle": "custom" } }, { "path": "pages/fwgz", "style": { "navigationStyle": "custom" } }, { "path": "pages/cydh", "style": { "navigationStyle": "custom" } }, { "path": "pages/tsby", "style": { "navigationBarTitleText": "投诉表扬" } }, { "path": "pages/tsby_submit", "style": { "navigationStyle": "custom" } }, { "path": "pages/tsby_xq", "style": { "navigationStyle": "custom" } }, { "path": "pages/tsby_lsgd", "style": { "navigationStyle": "custom" } }, { "path": "pages/jnzd", "style": { "navigationBarTitleText": "缴纳账单" } }, { "path": "pages/jnzd_czf", "style": { "navigationBarTitleText": "缴纳账单" } }, { "path": "pages/jnzd_tcf", "style": { "navigationBarTitleText": "缴纳账单" } }, { "path": "pages/jnzd_ccs", "style": { "navigationBarTitleText": "缴纳账单" } }, { "path": "pages/jnzd_qt", "style": { "navigationBarTitleText": "缴纳账单" } }, { "path": "pages/jnzd_wyf", "style": { "navigationBarTitleText": "缴纳账单" } }, { "path": "pages/jnzd_wyfmx", "style": { "navigationBarTitleText": "缴纳账单" } }, { "path": "pages/jnzd_tcfmx", "style": { "navigationBarTitleText": "缴纳账单" } } ] }, { "root": "pagesMine", "pages": [{ "path": "pages/fwxx", "style": { "navigationBarTitleText": "房屋信息" } }, { "path": "pages/wdfw", "style": { "navigationBarTitleText": "我的房屋" } }, { "path": "pages/zlbj", "style": { "navigationBarTitleText": "资料编辑" } }, { "path": "pages/jtcy", "style": { "navigationBarTitleText": "家庭成员" } }, { "path": "pages/yg_login", "style": { "navigationStyle": "custom" } }, { "path": "pages/ygzy", "style": { "navigationBarTitleText": "员工入口" } }, { "path": "pages/dk_submit", "style": { "navigationBarTitleText": "打卡" } }, { "path": "pages/dkjl", "style": { "navigationStyle": "custom" } }, { "path": "pages/dkpz", "style": { "navigationStyle": "custom" } }, { "path": "pages/wx_xq", "style": { "navigationStyle": "custom" } }, { "path": "pages/wx_lsgd", "style": { "navigationStyle": "custom" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF", "app-plus": { "bounce": "none" } }, /* 底部菜单 */ "tabBar": { "color": "#BFBFBF", //菜单上的文字默认颜色 "selectedColor": "#1FCA7B", //菜单上的文字选中时的颜色 "borderStyle": "white", //菜单上边框的颜色,仅支持 black/white "list": [{ "pagePath": "pages/wy-home", //页面路径,必须在 pages 中先定义 "iconPath": "static/tabbar/home.png", //建议尺寸为 81px * 81px "selectedIconPath": "static/tabbar/homeHL.png", //建议尺寸为 81px * 81px "text": "首页" //菜单上按钮文字,在 5+APP 和 H5 平台为非必填。例如中间可放一个没有文字的+号图标 }, { "pagePath": "pages/wy-bmfw", "iconPath": "static/tabbar/bmfw.png", "selectedIconPath": "static/tabbar/bmfwHL.png", "text": "便民服务" }, { "pagePath": "pages/wy-mine", "iconPath": "static/tabbar/my.png", "selectedIconPath": "static/tabbar/myHL.png", "text": "个人中心" } ] }, "uniIdRouter": {} }