From 34e81b3d0fe9ae1e9edd4fd8bcdaf7ec69b7f239 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期五, 27 六月 2025 09:00:45 +0800
Subject: [PATCH] 12

---
 pages/AGV/AGVStart.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pages/AGV/AGVStart.vue b/pages/AGV/AGVStart.vue
index e48fca6..2eaaf8f 100644
--- a/pages/AGV/AGVStart.vue
+++ b/pages/AGV/AGVStart.vue
@@ -148,11 +148,14 @@
 						this.sta = 1040
 					}else if(this.stationCode.substring(0,1) == 'b'){						
 						this.staList.push(2010)
-						this.staList.push(2000)
+						// this.staList.push(2000)
 						this.sta = 2010
 					}else if(this.stationCode.substring(0,1) == 'c'){
 						this.staList.push(3010)
-						this.sta = 3010
+						this.sta = 3010					
+					}else if(this.stationCode.substring(0,1) == 'd'){
+						this.staList.push(2000)
+						this.sta = 2000
 						
 					}
 					

--
Gitblit v1.9.1