mirror of
https://github.com/Jerryplusy/AI-powered-switches.git
synced 2025-10-14 09:49:19 +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);
|
setSaved(true);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
setSaved(false);
|
setSaved(false);
|
||||||
Notification.success({
|
|
||||||
title: '设备配置已保存!',
|
|
||||||
});
|
|
||||||
onClose();
|
onClose();
|
||||||
}, 1200);
|
}, 1200);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user