修复重启面板提示

This commit is contained in:
whyour
2021-05-14 21:59:51 +08:00
parent d25ae98c68
commit c3a53ddda9
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { notification } from 'antd';
import config from './config';
notification.config({
duration: 2.5,
duration: 2,
});
const time = Date.now();