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,