diff --git a/lib/global.js b/lib/global.js index 59b9e506..b146523f 100644 --- a/lib/global.js +++ b/lib/global.js @@ -29,7 +29,6 @@ export function GlobalContextProvider ({ children }) { useEffect(() => { if (!hasInit) { const userTheme = getQueryVariable('theme') - console.log('用户主题', userTheme) if (userTheme && ALL_THEME.indexOf(userTheme) > -1) { setTheme(userTheme) }