From 3dd6c88cbf2ced0b94d5817345396cae8edbc320 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 21 八月 2025 19:52:45 +0800
Subject: [PATCH] #
---
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