feat:增加layouts组件
This commit is contained in:
10
src/layouts/index.jsx
Normal file
10
src/layouts/index.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
|
||||
export default ({children, location}) => {
|
||||
|
||||
///////////////////////////////////////// 页面渲染
|
||||
|
||||
return children;
|
||||
|
||||
}
|
||||
|
||||
0
src/layouts/index.less
Normal file
0
src/layouts/index.less
Normal file
Reference in New Issue
Block a user