添加系统更新操作和设置删除日志频率

This commit is contained in:
hanhh
2021-10-12 00:27:42 +08:00
parent 9455ca64a2
commit b1077443a3
19 changed files with 531 additions and 18 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ const { Step } = Steps;
const { Option } = Select;
const { Link } = Typography;
const Login = () => {
const Initialization = () => {
const [loading, setLoading] = useState(false);
const [current, setCurrent] = React.useState(0);
const [fields, setFields] = useState<any[]>([]);
@@ -241,4 +241,4 @@ const Login = () => {
);
};
export default Login;
export default Initialization;