change: 修改RFID读写器默认端口为4001

main
zch 4 weeks ago
parent 434ebdd7ae
commit 83a31b1e64

@ -311,7 +311,7 @@ const initFormData: RfidDeviceForm = {
locationId: undefined, locationId: undefined,
deviceAddress: undefined, deviceAddress: undefined,
// RFID 使 // RFID 使
devicePort: 20108, devicePort: 4001,
readFrequency: undefined, readFrequency: undefined,
// 线/ // 线/
onlineStatus: '1', onlineStatus: '1',

Loading…
Cancel
Save