{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "智慧校园公寓", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/myself/myself", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/order_room/order_room", "style": { "navigationBarTitleText": "填写订单", "navigationStyle": "custom" } }, { "path": "pages/my_orderlist/my_orderlist", "style": { "navigationBarTitleText": "我的订单", "navigationStyle": "custom", "enablePullDownRefresh":true,//下拉刷新 "onReachBottomDistance": 150//上拉触底的距离 } }, { "path": "pages/liuchengTeacher/liu_teach", "style": { "navigationBarTitleText": "流程管理", "navigationStyle": "custom", "enablePullDownRefresh":true,//下拉刷新 "onReachBottomDistance": 150//上拉触底的距离 } }, { "path": "pages/liuchengTeacher/detail/teach_detail", "style": { "navigationBarTitleText": "详情", "navigationStyle": "custom" } }, { "path": "pages/liuchengO/liu_other", "style": { "navigationBarTitleText": "流程管理", "navigationStyle": "custom", "enablePullDownRefresh":true,//下拉刷新 "onReachBottomDistance": 150//上拉触底的距离 } }, { "path": "pages/liuchengO/detail/teach_detail", "style": { "navigationBarTitleText": "详情", "navigationStyle": "custom" } }, { "path": "pages/liuchengManger/liu_manage", "style": { "navigationBarTitleText": "流程管理", "navigationStyle": "custom", "enablePullDownRefresh":true,//下拉刷新 "onReachBottomDistance": 150//上拉触底的距离 } }, { "path": "pages/liuchengManger/detail/teach_detail", "style": { "navigationBarTitleText": "详情", "navigationStyle": "custom" } }, { "path": "pages/order_mark/order_mark", "style": { "navigationBarTitleText": "订单详情", "navigationStyle": "custom" } }, { "path": "pages/ruzhuxuzhi/ruzhuxuzhi", "style":{ "navigationBarTitleText": "入住须知", "navigationStyle": "custom" } }, { "path": "pages/submit_order/submit_order", "style":{ "navigationBarTitleText": "" } }, { "path": "pages/zhifuchenggong/zhifuchenggong", "style":{ "navigationBarTitleText": "支付成功", "navigationStyle": "custom" } }, { "path": "pages/huoquanshibai/huoquanshibai", "style":{ "navigationBarTitleText": "获权失败", "navigationStyle": "custom" } }, { "path": "pages/huoquCode/huoquCode", "style":{ "navigationBarTitleText": "获取code", "navigationStyle": "custom" } }, { "path": "pages/gongyuxiangqing/gongyuxiangqing", "style":{ "navigationBarTitleText": "公寓详情", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF", "app-plus": { "background": "#efeff4" } }, "tabBar": {//底部导航 "color": "#7A7E83", "selectedColor": "#296DE3", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabbar/apartment.svg", "selectedIconPath": "static/tabbar/apart_dian.svg",//选中时的图片路径 "text": "公寓" }, { "pagePath": "pages/myself/myself", "iconPath": "static/tabbar/myself.svg", "selectedIconPath": "static/tabbar/myself_dian.svg", "text": "我的" }] } }