style: 💄 移除console
Former-commit-id: 1df813c323cb195b350c1f62ca0f2982b5c6a838
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user