From 0ea4a390d09679425cf3ad217a38a9e717641c95 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期一, 14 四月 2025 16:23:12 +0800 Subject: [PATCH] 增加串行库位任务下发机制防呆 --- 代码管理/AGVjiaoliaoPDA/pages.json | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages.json" index f2aae7f..d55d2a5 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages.json" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages.json" @@ -1,5 +1,6 @@ { "easycom": { + "autoscan": true, "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages @@ -39,6 +40,13 @@ "path": "pages/materielGroup/OutboundTask", "style": { "navigationBarTitleText": "鍑哄簱璁㈠崟", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/materielGroup/OutboundTasks", + "style": { + "navigationBarTitleText": "鍑哄簱璁㈠崟閫夋嫨鍑哄簱", "enablePullDownRefresh": false } }, @@ -119,16 +127,17 @@ "navigationBarTitleText": "Agv鍙枡", "enablePullDownRefresh": false } - }, - - //璁剧疆 - { - "path": "pages/index/settings", - "style": { - "navigationBarTitleText": "璁剧疆", - "enablePullDownRefresh": false - } } + // , + + // //璁剧疆 + // { + // "path": "pages/index/settings", + // "style": { + // "navigationBarTitleText": "璁剧疆", + // "enablePullDownRefresh": false + // } + // } ], -- Gitblit v1.9.3