From c8709cccaaab72ba4ca0df9e07c20e3ccc708cb4 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 17 Mar 2022 14:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8F=B0=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/global.js | 1 - 1 file changed, 1 deletion(-) 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) }