From f543e4df8d0eb5144cf13f16ee21dc923cdf8b68 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期二, 02 十二月 2025 12:47:40 +0800
Subject: [PATCH] #
---
src/main/webapp/views/debugParam/debugParam.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/debugParam/debugParam.html b/src/main/webapp/views/debugParam/debugParam.html
index 4650fb5..740f5fb 100644
--- a/src/main/webapp/views/debugParam/debugParam.html
+++ b/src/main/webapp/views/debugParam/debugParam.html
@@ -79,8 +79,8 @@
<div class="show-box">
<div>杈撳嚭RCS璋冭瘯鏃ュ織</div>
- <el-radio border v-model="codeMap.rcsDebugShowLog" label="true">寮�</el-radio>
- <el-radio border v-model="codeMap.rcsDebugShowLog" label="false">鍏�</el-radio>
+ <el-radio border v-model="codeMap.wcsDebugShowLog" label="true">寮�</el-radio>
+ <el-radio border v-model="codeMap.wcsDebugShowLog" label="false">鍏�</el-radio>
</div>
</div>
@@ -273,7 +273,7 @@
data.push('shuttleOutLiftLocationDistance');
data.push('shuttleMoveCommandsContinuously');
data.push('trafficControlRestartCalcPath');
- data.push('rcsDebugShowLog');
+ data.push('wcsDebugShowLog');
}else if (type == "charge") {
data.push('chargeMaxValue');
data.push('shuttlePowerEarlyValue');
--
Gitblit v1.9.1