| | |
| | | { |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | { |
| | | "path": "pages/login/login", |
| | | "style": { |
| | | "navigationBarTitleText": "登录", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | |
| | | { |
| | | "path": "pages/tabbar-page/index-tabbar/index-tabbar", |
| | | "style": { |
| | | "navigationBarTitleText": "首页", |
| | |
| | | } |
| | | |
| | | }, |
| | | { |
| | | "path": "pages/login/login", |
| | | "style": { |
| | | "navigationBarTitleText": "登录", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | |
| | | // { |
| | | // "path":"pages/login/index", |
| | | // "style":{ |
| | |
| | | |
| | | } |
| | | |
| | | }, { |
| | | }, |
| | | { |
| | | "path": "pages/driver-page/driver-index/bill-of-lading-details/historicalOrders/index", |
| | | "style": { |
| | | "navigationBarTitleText": "历史订单", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/customer-page/customer-my/userMange/userMange", |
| | | "style": { |
| | | "navigationBarTitleText": "", |
| | |
| | | "enablePullDownRefresh": false |
| | | } |
| | | |
| | | },{ |
| | | "path": "aboutus/index", |
| | | "style": { |
| | | "navigationBarTitleText": "关于我们", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | },{ |
| | | "path": "dataStatistics/index", |
| | | "style": { |
| | | "navigationBarTitleText": "数据统计", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }] |
| | | }, { |
| | | "root": "pages/driver-page/appointment", |