123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "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": {}
- }
|