feat:交换机可配置username和password

This commit is contained in:
Jerry 2025-07-11 14:01:43 +08:00
parent 6ce1c89d8c
commit 5f48b6d030

View File

@ -39,9 +39,6 @@ const DeviceConfigModal = ({ isOpen, onClose, onSave, device }) => {
setSaved(true);
setTimeout(() => {
setSaved(false);
Notification.success({
title: '设备配置已保存!',
});
onClose();
}, 1200);
};