From ff777cd28199571a5810b682b038b96d02d4d360 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期五, 07 三月 2025 16:24:48 +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