style: 去除console

This commit is contained in:
TsMask
2024-11-05 17:42:17 +08:00
parent 6583bc9972
commit 21cf86baff

View File

@@ -120,7 +120,7 @@ const useLayoutStore = defineStore('layout', {
/**修改布局设置 */ /**修改布局设置 */
changeConf(key: string, value: boolean | string | number | undefined) { changeConf(key: string, value: boolean | string | number | undefined) {
if (Reflect.has(this.proConfig, key)) { if (Reflect.has(this.proConfig, key)) {
console.log(key, value); // console.log(key, value);
if (key === 'theme') { if (key === 'theme') {
// const themeColor = { // const themeColor = {
// light: theme.defaultAlgorithm, // light: theme.defaultAlgorithm,