mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 07:26:46 +00:00
动态组件模式调整
This commit is contained in:
@@ -45,7 +45,6 @@ const MyApp = ({ Component, pageProps }) => {
|
||||
// 整体布局
|
||||
const GLayout = useCallback(
|
||||
props => {
|
||||
// 根据页面路径加载不同Layout文件
|
||||
const Layout = getGlobalLayoutByTheme(queryParam)
|
||||
return <Layout {...props} />
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user