From eccac6f73befc7781467f6257369057ce6585330 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sun, 5 Nov 2023 17:32:00 +0800 Subject: [PATCH] =?UTF-8?q?style:=20:lipstick:=20=E7=A7=BB=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 1df813c323cb195b350c1f62ca0f2982b5c6a838 --- src/views/login/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 290dbb8f..af0559c8 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -291,7 +291,6 @@ onMounted(() => { // 主题初始化 const theme = useSettingsStore().theme; - console.log("登录页面主题", theme); useSettingsStore().changeSetting({ key: "theme", value: theme }); if (theme == "dark") { document.documentElement.classList.add("dark");