| | |
| | | { |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | "pages": [ |
| | | { |
| | | "path": "pages/index/index", |
| | | "path": "pages/login/login", |
| | | "style": { |
| | | "navigationBarTitleText": "", |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/home/home", |
| | | "style": { |
| | | "navigationBarTitleText": "首页", |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/InManagement/ContainerBinding/Container_Binding", |
| | | "style": { |
| | | "navigationBarTitleText": "容器绑定", |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/mat/matSelected", |
| | | "style": { |
| | | "navigationBarTitleText": "物料编辑", |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/InManagement/Order_Pallet_Building", |
| | | "style": { |
| | | "navigationBarTitleText": "uni-app" |
| | | } |
| | |
| | | "navigationBarTextStyle": "black", |
| | | "navigationBarTitleText": "uni-app", |
| | | "navigationBarBackgroundColor": "#F8F8F8", |
| | | "backgroundColor": "#F8F8F8" |
| | | "backgroundColor": "#F8F8F8", |
| | | "animationType": "pop-in", |
| | | "animationDuration": 150 |
| | | }, |
| | | "uniIdRouter": {} |
| | | } |
| | | } |