style: 💄 移除console

Former-commit-id: 1df813c323cb195b350c1f62ca0f2982b5c6a838
This commit is contained in:
hxr
2023-11-05 17:32:00 +08:00
parent 6212e2c61d
commit eccac6f73b

View File

@@ -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");