fix:去除单选框类型的主题切换

main
liu.shiyi 1 year ago
parent d733f33675
commit a4b897a703

@ -213,18 +213,6 @@ export default function getComponentConfig (type) {
y: 0,
type
}
case 'themeSwitcher':
return {
name: '主题切换',
title: '主题切换',
icon: Icon.getNameList()[17],
className: 'com.gccloud.dataroom.core.module.chart.components.ThemeSwitcherChart',
w: 260,
h: 100,
x: 0,
y: 0,
type
}
case 'chartTab':
return {
name: '图表Tab页',

Loading…
Cancel
Save