| | |
| | | { |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | { |
| | | "path" : "pages/login/login", |
| | | "style": { |
| | | "navigationBarBackgroundColor":"#ffffff", |
| | | "navigationBarTextStyle":"black", |
| | | "navigationBarTitleText": "登录" |
| | | } |
| | | },{ |
| | | "path": "pages/index/index", |
| | | "style": { |
| | | "navigationBarTitleText": "PDA首页" |
| | | } |
| | | },{ |
| | | "path" : "pages/basics/sale", |
| | | "path" : "pages/basics/stockCheck", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "上架管理", |
| | | "navigationBarTitleText": "库位盘点", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | },{ |
| | |
| | | "navigationBarTitleText": "订单组托", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | },{ |
| | | "path" : "pages/login/login", |
| | | "style": { |
| | | "navigationBarBackgroundColor":"#ffffff", |
| | | "navigationBarTextStyle":"black", |
| | | "navigationBarTitleText": "登录" |
| | | } |
| | | },{ |
| | | "path" : "pages/basics/logOut", |
| | | "style" : |