{ "pages": [ { "path": "pages/login/login", "style": { "navigationBarTitleText": "" } }, { "path": "pages/tabBar/inspect/inspect", "style": { "navigationBarTitleText": "质检" } }, { "path": "pages/tabBar/instore/instore", "style": { "navigationBarTitleText": "入库" } }, { "path": "pages/tabBar/outstore/outstore", "style": { "navigationBarTitleText": "出库" } }, { "path": "pages/tabBar/other/other", "style": { "navigationBarTitleText": "其它" } } ,{ "path" : "pages/Inspect/inspect01", "style" : { "navigationBarTitleText": "质检操作 步骤-1", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/inspectDtl", "style" : { "navigationBarTitleText": "质检操作 步骤-2", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/swiper-page", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/inspectOperate", "style" : { "navigationBarTitleText": "质检操作 步骤-3", "enablePullDownRefresh": false } } ,{ "path" : "pages/Instore/instroe01", "style" : { "navigationBarTitleText": "入库操作 步骤-1", "enablePullDownRefresh": false } } ,{ "path" : "pages/Instore/instoreDtl", "style" : { "navigationBarTitleText": "入库操作 步骤-2", "enablePullDownRefresh": false } } ,{ "path" : "pages/Instore/instoreOperate", "style" : { "navigationBarTitleText": "入库操作 步骤-3", "enablePullDownRefresh": false } } ,{ "path" : "pages/Outstore/outstore01", "style" : { "navigationBarTitleText": "出库操作 步骤-1", "enablePullDownRefresh": false } } ,{ "path" : "pages/Outstore/outstoreDtl", "style" : { "navigationBarTitleText": "出库操作 步骤-2", "enablePullDownRefresh": false } } ,{ "path" : "pages/Outstore/outstoreOperate", "style" : { "navigationBarTitleText": "出库操作 步骤-3", "enablePullDownRefresh": false } } ,{ "path" : "pages/Outstore/outassemble01", "style" : { "navigationBarTitleText": "装配操作 步骤-1", "enablePullDownRefresh": false } } ,{ "path" : "pages/Outstore/outassembleDtl", "style" : { "navigationBarTitleText": "装配操作 步骤-2", "enablePullDownRefresh": false } } ,{ "path" : "pages/Outstore/outassembleOperate", "style" : { "navigationBarTitleText": "装配操作 步骤-3", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/inspectRecordQuery", "style" : { "navigationBarTitleText": "质检记录查询", "enablePullDownRefresh": false } } ,{ "path" : "pages/Instore/instoreRecordQuery", "style" : { "navigationBarTitleText": "入库记录查询", "enablePullDownRefresh": false } } ,{ "path" : "pages/Outstore/outstoreRecordQuery", "style" : { "navigationBarTitleText": "出库记录查询", "enablePullDownRefresh": false } } ,{ "path" : "pages/Outstore/outassembleRecordQuery", "style" : { "navigationBarTitleText": "装配记录查询", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/inspectOperateNew", "style" : { "navigationBarTitleText": "质检操作 步骤-3", "enablePullDownRefresh": false } } ,{ "path" : "pages/Instore/instoreDtlNew", "style" : { "navigationBarTitleText": "入库操作 步骤-2", "enablePullDownRefresh": false } } ,{ "path" : "pages/Outstore/outstoreDtlNew", "style" : { "navigationBarTitleText": "出库操作 步骤-2", "enablePullDownRefresh": false } } ,{ "path" : "pages/Outstore/outassembleDtlNew", "style" : { "navigationBarTitleText": "装配操作 步骤-2", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/inspectDtlNew", "style" : { "navigationBarTitleText": "质检操作 步骤-2", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/PrintLabel", "style" : { "navigationBarTitleText": "标签打印 步骤-1", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/PrintLabelDtl", "style" : { "navigationBarTitleText": "标签打印 步骤-2", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/PrintLabelOperate", "style" : { "navigationBarTitleText": "标签打印操作", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/FastOutStoreInspect01", "style" : { "navigationBarTitleText": "质检结果-快速出库 步骤-1", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/FastOutStoreInspectDtl", "style" : { "navigationBarTitleText": "质检结果-快速出库 步骤-2", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/FastOutStoreInspectOperate", "style" : { "navigationBarTitleText": "质检结果-快速出库 步骤-3", "enablePullDownRefresh": false } } ,{ "path" : "pages/Inspect/TestPage001", "style" : { "navigationBarTitleText": "测试页面", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4", "softinputNavBar": "none" } }, "tabBar": { "color": "#7A7E83", "selectedColor": "#007AFF", "borderStyle": "black", "backgroundColor": "#F8F8F8", "fontSize": "24px", "list": [{ "pagePath": "pages/tabBar/inspect/inspect", "text": "质检" }, { "pagePath": "pages/tabBar/instore/instore", "text": "入库" }, { "pagePath": "pages/tabBar/outstore/outstore", "text": "出库" }, { "pagePath": "pages/tabBar/other/other", "text": "其它" } ] } }