From 21cf86baff47189f6e2f0d08f3c047bbe5703cb4 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 5 Nov 2024 17:42:17 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8E=BB=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/layout.ts b/src/store/modules/layout.ts index ea718703..80395ccf 100644 --- a/src/store/modules/layout.ts +++ b/src/store/modules/layout.ts @@ -120,7 +120,7 @@ const useLayoutStore = defineStore('layout', { /**修改布局设置 */ changeConf(key: string, value: boolean | string | number | undefined) { if (Reflect.has(this.proConfig, key)) { - console.log(key, value); + // console.log(key, value); if (key === 'theme') { // const themeColor = { // light: theme.defaultAlgorithm,