diff --git a/themes/theme.js b/themes/theme.js index 1931d46e..d9795297 100644 --- a/themes/theme.js +++ b/themes/theme.js @@ -67,7 +67,7 @@ export const getLayoutByTheme = ({ router, theme }) => { } else { setTimeout(() => { checkThemeDOM() - }, 100) + }, 1000) const components = ThemeComponents[getLayoutNameByPath(router.pathname, router.asPath)] if (components) {