From a4b897a70330ae42197bd48b703cc775b66445fc Mon Sep 17 00:00:00 2001 From: "liu.shiyi" Date: Wed, 11 Oct 2023 15:08:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=BB=E9=99=A4=E5=8D=95=E9=80=89?= =?UTF-8?q?=E6=A1=86=E7=B1=BB=E5=9E=8B=E7=9A=84=E4=B8=BB=E9=A2=98=E5=88=87?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/js/utils/getComponentConfig.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/data-room-ui/packages/js/utils/getComponentConfig.js b/data-room-ui/packages/js/utils/getComponentConfig.js index 36f3e4f5..3e70cc89 100644 --- a/data-room-ui/packages/js/utils/getComponentConfig.js +++ b/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页',