From d4b87a05a5c827bb4b03cda1b79f55705bab5a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Tue, 2 Jul 2024 15:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=20AGV?= =?UTF-8?q?=E5=85=A8=E7=82=B9=E4=BD=8D=E6=93=8D=E4=BD=9C=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +- .../AGVRemoteControl/AGVRemoteControl.vue | 152 +++++++++++++++--- 2 files changed, 129 insertions(+), 27 deletions(-) diff --git a/manifest.json b/manifest.json index ef23ecf..0549eca 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "干巷仓库APP", "appid" : "__UNI__A67E78B", "description" : "", - "versionName" : "2.2.4", - "versionCode" : 224, + "versionName" : "2.2.5", + "versionCode" : 225, "transformPx" : false, "app-plus" : { "usingComponents" : true, diff --git a/pages/materialManagement/AGVRemoteControl/AGVRemoteControl.vue b/pages/materialManagement/AGVRemoteControl/AGVRemoteControl.vue index ca3c60c..d1fcd36 100644 --- a/pages/materialManagement/AGVRemoteControl/AGVRemoteControl.vue +++ b/pages/materialManagement/AGVRemoteControl/AGVRemoteControl.vue @@ -1,25 +1,31 @@