{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/login/login", "style": {} }, { "path": "pages/login/forget", "style": {} }, { "path": "pages/login/register", "style": {} }, { "path" : "pages/personal/personal", "style" : { "navigationBarTitleText" : "我的", "enablePullDownRefresh" : false } }, { "path" : "pages/notice/notice", "style" : { "navigationBarTitleText" : "公告列表" } }, { "path" : "pages/addressBook/addressBook", "style" : { "navigationBarTitleText" : "通讯录" } }, { "path" : "pages/orderList/orderList", "style" : { "navigationBarTitleText" : "工单列表", // "enablePullDownRefresh" : false, "onReachBottomDistance": 50 } }, { "path" : "pages/orderDetail/orderDetail", "style" : { "navigationBarTitleText" : "工单详情", "enablePullDownRefresh" : false } }, { "path" : "pages/personal/editPass/editPass", "style" : { "navigationBarTitleText" : "修改密码" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "人医服务", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7e837d", "selectedColor": "#0066ec", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "iconPath": "./static/task.png", "selectedIconPath": "./static/task_active.png", "text": "首页" }, // { // "pagePath": "pages/notice/notice", // "iconPath": "./static/workbench.png", // "selectedIconPath": "./static/workbench_active.png", // "text": "公告" // }, // { // "pagePath": "pages/addressBook/addressBook", // "iconPath": "./static/addressBook.png", // "selectedIconPath": "./static/addressBook_active.png", // "text": "通讯录" // }, { "pagePath": "pages/personal/personal", "iconPath": "./static/person.png", "selectedIconPath": "./static/person_active.png", "text": "我的" } ] // "midButton": { // "iconPath": "./static/workbench.png", // "selectedIconPath": "./static/workbench_active.png", // "width": "80px", // "height": "50px", // "text": "工作台" // } }, "uniIdRouter": {} }