style: 去除console
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user