From 83a31b1e642c9c07cc29fcf520c8f358eab6c6ec Mon Sep 17 00:00:00 2001 From: zch Date: Fri, 22 May 2026 13:34:10 +0800 Subject: [PATCH] =?UTF-8?q?change:=20=E4=BF=AE=E6=94=B9RFID=E8=AF=BB?= =?UTF-8?q?=E5=86=99=E5=99=A8=E9=BB=98=E8=AE=A4=E7=AB=AF=E5=8F=A3=E4=B8=BA?= =?UTF-8?q?4001?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rfid/rfidDevice/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/rfid/rfidDevice/index.vue b/src/views/rfid/rfidDevice/index.vue index d05b101..e4cd500 100644 --- a/src/views/rfid/rfidDevice/index.vue +++ b/src/views/rfid/rfidDevice/index.vue @@ -311,7 +311,7 @@ const initFormData: RfidDeviceForm = { locationId: undefined, deviceAddress: undefined, // RFID 读写器默认使用现场采集服务约定端口,新建时允许按实际设备调整。 - devicePort: 20108, + devicePort: 4001, readFrequency: undefined, // 新增设备默认按“在线/正常”初始化,避免状态为空导致看板统计口径不稳定。 onlineStatus: '1',