{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/model/index", "style": { "navigationBarTitleText": "设备借还台账", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "buttons": [{ "text": "\ue752", "fontSize": "20px", "float": "right", "fontSrc": "/static/font/iconfont.ttf" }] }, "pullToRefresh": { "support": true, "style": "circle", "offset": 0 } } } }, { "path": "pages/model/return", "style": { "navigationBarTitleText": "设备归还", "enablePullDownRefresh": false } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "委托单列表", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "buttons": [{ "text": "\ue752", "fontSize": "20px", "float": "right", "fontSrc": "/static/font/iconfont.ttf" }] }, "pullToRefresh": { "support": true, "style": "circle", "offset": 0 } } } }, { "path": "pages/index/detail", "style": { "navigationBarTitleText": "委托单详情", "enablePullDownRefresh": false } }, { "path": "pages/index/select", "style": { "navigationBarTitleText": "选择审批人员", "enablePullDownRefresh": false } }, { "path": "pages/login", "style": { "navigationBarTitleText": "柳工", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "柳工机械", "navigationBarBackgroundColor": "#4581fb" }, "uniIdRouter": {} }