Commit 0fc12515c1d3b553ffd4ef8142df7fedfda8275b

Authored by loveumiko
1 parent f4833661

fix: 修改看板组件两个地方都有开关量

@@ -2,10 +2,7 @@ import { TextComponent1Config } from './TextComponent1'; @@ -2,10 +2,7 @@ import { TextComponent1Config } from './TextComponent1';
2 import { TextComponent2Config } from './TextComponent2'; 2 import { TextComponent2Config } from './TextComponent2';
3 import { TextComponent3Config } from './TextComponent3'; 3 import { TextComponent3Config } from './TextComponent3';
4 import { TextComponent4Config } from './TextComponent4'; 4 import { TextComponent4Config } from './TextComponent4';
5 -import { SwitchSignalLightConfig } from './SwitchSignalLight';  
6 -// import { SwitchStatusConfig } from './SwitchStatus';  
7 import { ValueList1Config } from './ValueList1'; 5 import { ValueList1Config } from './ValueList1';
8 -// import { ValueList2Config } from './ValueList2';  
9 6
10 export const TextList = [ 7 export const TextList = [
11 TextComponent1Config, 8 TextComponent1Config,
@@ -13,7 +10,4 @@ export const TextList = [ @@ -13,7 +10,4 @@ export const TextList = [
13 TextComponent3Config, 10 TextComponent3Config,
14 TextComponent4Config, 11 TextComponent4Config,
15 ValueList1Config, 12 ValueList1Config,
16 - // ValueList2Config,  
17 - SwitchSignalLightConfig,  
18 - // SwitchStatusConfig,  
19 ]; 13 ];