liu.shiyi 1 жил өмнө
parent
commit
c6b573c97f

+ 0 - 1
data-room-ui/packages/js/utils/themeFormatting.js

@@ -27,7 +27,6 @@ export function settingToTheme (config, type) {
         for (const item in config.customize) {
           const value = config.customize[item];
           //如果包含二级属性
-          debugger
           if (value && typeof value === 'object' &&  Object.keys(value).length){
             // 对于二级属性
             for (const subKey in value) {