mirror of
https://github.com/Jerryplusy/AI-powered-switches.git
synced 2025-10-14 01:39:18 +00:00
feat:交换机可配置username和password
This commit is contained in:
parent
6ce1c89d8c
commit
5f48b6d030
@ -39,9 +39,6 @@ const DeviceConfigModal = ({ isOpen, onClose, onSave, device }) => {
|
||||
setSaved(true);
|
||||
setTimeout(() => {
|
||||
setSaved(false);
|
||||
Notification.success({
|
||||
title: '设备配置已保存!',
|
||||
});
|
||||
onClose();
|
||||
}, 1200);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user