mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 15:10:29 +00:00
3.15.2
This commit is contained in:
@@ -23,7 +23,7 @@ export const getLayoutByTheme = (router) => {
|
||||
if (theme !== BLOG.THEME) {
|
||||
return dynamic(() => import(`@/themes/${theme}/${layout}`), { ssr: true })
|
||||
} else {
|
||||
console.log('静态主题', layout)
|
||||
// console.log('静态主题', layout)
|
||||
return ThemeComponents[layout]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user