feat:增加layouts组件

This commit is contained in:
曾文豪
2022-05-20 15:18:35 +08:00
parent 5cc77cd612
commit 54b9f48799
2 changed files with 10 additions and 0 deletions

10
src/layouts/index.jsx Normal file
View File

@@ -0,0 +1,10 @@
import React from "react";
export default ({children, location}) => {
///////////////////////////////////////// 页面渲染
return children;
}

0
src/layouts/index.less Normal file
View File