{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false } }, { "path": "pages/workshop/list", "style": { "navigationBarTitleText": "编制入库", "enablePullDownRefresh": false } }, { "path": "pages/workshop/show", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "扫描列表" } }, { "path": "pages/index/show", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } }, { "path": "pages/test/test", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } }, { "path": "pages/workshop/configuration", "style": { "navigationBarTitleText": "系统参数设定", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/configuration", "style": { "navigationBarTitleText": "自动库系统参数设定", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/index", "style": { "navigationBarTitleText": "自动库管理", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/list", "style": { "navigationBarTitleText": "接收入库", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/listshow", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/warehouseout", "style": { "navigationBarTitleText": "接收出库", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/warehouseoutshow", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/warehousereturn", "style": { "navigationBarTitleText": "扫描返库", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/warehousereturnshow", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/hebanwarehouseout", "style": { "navigationBarTitleText": "合板出库", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/hebanwarehouseoutshow", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/hebanwarehousereturn", "style": { "navigationBarTitleText": "合板退库", "enablePullDownRefresh": false } }, { "path": "pages/automatedwarehouse/hebanwarehousereturnshow", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }