From 31221d2372ddd15a07c2b539a7a196c3e222b7d7 Mon Sep 17 00:00:00 2001 From: EFL Date: Sat, 13 Jul 2024 20:37:02 +0800 Subject: [PATCH] update timeout --- themes/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {