浏览代码

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

liu.shiyi 1 年之前
父节点
当前提交
a4b897a703
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      data-room-ui/packages/js/utils/getComponentConfig.js

+ 0 - 12
data-room-ui/packages/js/utils/getComponentConfig.js

@@ -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页',