{ "pages": [ // 登录 { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, // 主页,下面的子窗口是引入摄像头nvue的方法,因为安卓只能连接nvue页面 { "path": "pages/watch/index", "style": { "navigationStyle": "custom", "app-plus": { "subNVues": [{ "id": "monitorSub", "path": "pages/camera", "style": { "position": "absolute", "left": "205px", "top": "105px", "width": "620px", "height": "425px", "background": "transparent" } }] } } }, // 全屏查看摄像头,下面的子窗口是引入摄像头nvue的方法,因为安卓只能连接nvue页面 { "path": "pages/watch/full", "style": { "navigationStyle": "custom", "app-plus": { "subNVues": [{ "id": "monitorSub", "path": "pages/fullcamera", "style": { "position": "absolute", "left": "20px", "top": "40px", "width": "800px", "height": "500px", "background": "transparent" } }] } } }, // 设置 { "path": "pages/watch/settings/settings", "style": { "navigationStyle": "custom" } }, // 手动录入 { "path": "pages/watch/settings/input", "style": { "navigationStyle": "custom" } }, // 扫码添加 { "path": "pages/watch/settings/saoma", "style": { "navigationStyle": "custom" } }, // 雷达 { "path": "pages/watch/settings/leida", "style": { "navigationStyle": "custom" } }, // 大图 { "path": "pages/Warehouse/Warehouse", "style": { "navigationStyle": "custom" } }, // 护理单元 { "path": "pages/NursingNew/index", "style": { "navigationStyle": "custom" } }, {"path": "pages/procurement/retstock"}, // 护理表格预览 { "path": "pages/timeMatrix/indexnew", "style": { "navigationStyle": "custom" } }, // 仓库的拣货 { "path": "pages/Warehouse/picking", "style": { "navigationStyle": "custom" } }, // 仓库的完结 { "path": "pages/Warehouse/finish", "style": { "navigationStyle": "custom" } }, { "path": "pages/procurement/purchaseorder", "style": { "navigationStyle": "custom" } }, { "path" : "pages/procurement/material" }, { "path" : "pages/procurement/materialcar", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/procurement/outbound", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/Warehouse/warehome" } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app x", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom", "bounce": "none" //关闭窗口回弹效果 }, "uniIdRouter": {} }