| | |
| | | { |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | "pages": [ |
| | | { |
| | | "path": "pages/index/index", |
| | | "path": "pages/login/login", |
| | | "style": { |
| | | "navigationBarTitleText": "uni-app" |
| | | "navigationBarTitleText": "登 录" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/home/home", |
| | | "style": { |
| | | "navigationBarTitleText": "主 页" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/mat/matSelected", |
| | | "style": { |
| | | "navigationBarTitleText": "物料" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/mat/matQuery", |
| | | "style": { |
| | | "navigationBarTitleText": "物料" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/pakin/pakin", |
| | | "style": { |
| | | "navigationBarTitleText": "组 托" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/order/orderList", |
| | | "style": { |
| | | "navigationBarTitleText": "单据列表", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/order/orderDetlList", |
| | | "style": { |
| | | "navigationBarTitleText": "单据明细列表" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/order/orderPakin2", |
| | | "style": { |
| | | "navigationBarTitleText": "订单组托", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/AGV/agv_start", |
| | | "style": { |
| | | "navigationBarTitleText": "AGV容器入库", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/AGV/agv_back", |
| | | "style": { |
| | | "navigationBarTitleText": "AGV容器回库", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/stock/stockQuery", |
| | | "style": { |
| | | "navigationBarTitleText": "库存查询" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/login/logOut", |
| | | "style": { |
| | | "navigationBarTitleText": "退出登录" |
| | | } |
| | | } |
| | | ], |