增加初始化过程

This commit is contained in:
hanhh
2021-10-03 20:58:55 +08:00
parent ca0d6215a9
commit 652c40ab1f
18 changed files with 714 additions and 223 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
import { PageLoading } from '@ant-design/pro-layout';
const NewPageLoading = () => {
return (
<div style={{ margin: '-24px -24px 0' }}>
<PageLoading delay={1}></PageLoading>
</div>
);
return <PageLoading delay={1}></PageLoading>;
};
export default NewPageLoading;