{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue", "^wf-(.*)": "@/components/wf-ui/components/wf-$1/wf-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login-account", "style": { "navigationBarTitleText": "登录", "app-plus": { "titleNView": false } } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/home/messList", "style": { "navigationBarTitleText": "未读消息列表" } }, { "path": "pages/login/serverConfig", "style": { "navigationBarTitleText": "服务器配置", "enablePullDownRefresh": false } }, { "path": "pages/downloadApp/downloadApp", "style": { "navigationBarTitleText": "版本更新", "app-plus": { "titleNView": {} } } }, { "path": "pages/plan/factionalwork", "style": { "navigationBarTitleText": "订单接收", "enablePullDownRefresh": false } }, { "path": "pages/production/rackSet", "style": { "navigationBarTitleText": "挂具绑定", "enablePullDownRefresh": false } }, { "path": "pages/production/rackFeibaSet", "style": { "navigationBarTitleText": "挂跋绑定", "enablePullDownRefresh": false } }, { "path": "pages/production/feibaSet", "style": { "navigationBarTitleText": "飞跋绑定", "enablePullDownRefresh": false } }, { "path": "pages/production/rackEcSet", "style": { "navigationBarTitleText": "挂备绑定", "enablePullDownRefresh": false } }, { "path": "pages/production/cardEquipmentSet", "style": { "navigationBarTitleText": "设备绑定", "enablePullDownRefresh": false } }, { "path": "pages/production/sjCardEquipmentSet", "style": { "navigationBarTitleText": "烧结设备绑定", "enablePullDownRefresh": false } }, { "path": "pages/production/feibaDevice", "style": { "navigationBarTitleText": "跋备绑定", "enablePullDownRefresh": false } }, { "path": "pages/production/warehousing", "style": { "navigationBarTitleText": "镀前入库", "enablePullDownRefresh": false } }, { "path": "pages/production/warehousingIssue", "style": { "navigationBarTitleText": "镀前出库", "enablePullDownRefresh": false } }, { "path": "pages/production/afterPlatingInStore", "style": { "navigationBarTitleText": "镀后入库", "enablePullDownRefresh": false } }, { "path": "pages/production/afterPlatingIssue", "style": { "navigationBarTitleText": "镀后出库", "enablePullDownRefresh": false } }, { "path": "pages/production/processIns", "style": { "navigationBarTitleText": "工序检验", "enablePullDownRefresh": false } }, { "path": "pages/production/scrap", "style": { "navigationBarTitleText": "工序报废", "enablePullDownRefresh": false } }, { "path": "pages/plan/operationReceiving", "style": { "navigationBarTitleText": "工序接收", "enablePullDownRefresh": false } }, { "path": "pages/quality/afterPlatingIns", "style": { "navigationBarTitleText": "镀后检验", "enablePullDownRefresh": false } }, { "path": "pages/plan/childWarehousing", "style": { "navigationBarTitleText": "子件入库", "enablePullDownRefresh": false } }, { "path": "pages/safe/spotCheck", "style": { "navigationBarTitleText": "安全点检", "enablePullDownRefresh": false } }, { "path": "pages/safe/inspection", "style": { "navigationBarTitleText": "安全巡检", "enablePullDownRefresh": false } }, { "path": "pages/plan/workReport", "style": { "navigationBarTitleText": "工序报工" } }, { "path": "pages/plan/workReport", "style": { "navigationBarTitleText": "工序报工" } }, { "path": "pages/plan/retrospectDefend", "style": { "navigationBarTitleText": "生产追溯维护", "app-plus": { "softinputMode": "adjustPan" } } }, { "path": "pages/production/sjDeviceUnBind", "style": { "navigationBarTitleText": "烧结设备解绑" } }, { "path": "pages/production/unBinding", "style": { "navigationBarTitleText": "设备解绑" } }, { "path": "pages/plan/binding", "style": { "navigationBarTitleText": "设备绑定" } }, { "path": "pages/safe/equipmentRepair", "style": { "navigationBarTitleText": "设备报修" } }, { "path": "pages/sanitation/waterInspection", "style": { "navigationBarTitleText": "废水巡检" } }, { "path": "pages/sanitation/gasInspection", "style": { "navigationBarTitleText": "废气巡检" } }, { "path": "pages/plan/afterPlaReceive", "style": { "navigationBarTitleText": "镀后接收" } }, { "path": "pages/sanitation/bsTower", "style": { "navigationBarTitleText": "酸雾塔" } }, { "path": "pages/production/orderStatusQuery", "style": { "navigationBarTitleText": "订单状态查询" } }, { "path": "pages/logistics/weighing", "style": { "navigationBarTitleText": "物料称重" } }, { "path": "pages/logistics/packaging", "style": { "navigationBarTitleText": "物料装箱" } }, { "path": "pages/logistics/delivery", "style": { "navigationBarTitleText": "物料配送" } }, { "path": "pages/logistics/claimGoods", "style": { "navigationBarTitleText": "物料取货" } }, { "path": "pages/logistics/site", "style": { "navigationBarTitleText": "站点管理" } } ], "globalStyle": { "navigationBarTitleText": "车间工作站", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "rgba(21, 93, 252, 0.9)", "backgroundColor": "rgba(21, 93, 252, 0.9)", "app-plus": { "softinputMode": "adjustResize", "titleNView": { "backgroundColor": "rgba(21, 93, 252, 0.9)", "textColor": "white", "buttons": [ { "type": "menu", "float": "left" }, { "type": "close", "text": "关闭" } ] }, "animationType": "fade-in", "animationDuration": 300 } } }