Commit 057a10f65b0fc08a33a1525c7b58d403a3b1384f
Merge branch 'fix/DEFECT-1395' into 'main_dev'
fix: 修改看板组件两个地方都有开关量 See merge request yunteng/thingskit-front!705
Showing
1 changed file
with
0 additions
and
6 deletions
... | ... | @@ -2,10 +2,7 @@ import { TextComponent1Config } from './TextComponent1'; |
2 | 2 | import { TextComponent2Config } from './TextComponent2'; |
3 | 3 | import { TextComponent3Config } from './TextComponent3'; |
4 | 4 | import { TextComponent4Config } from './TextComponent4'; |
5 | -import { SwitchSignalLightConfig } from './SwitchSignalLight'; | |
6 | -// import { SwitchStatusConfig } from './SwitchStatus'; | |
7 | 5 | import { ValueList1Config } from './ValueList1'; |
8 | -// import { ValueList2Config } from './ValueList2'; | |
9 | 6 | |
10 | 7 | export const TextList = [ |
11 | 8 | TextComponent1Config, |
... | ... | @@ -13,7 +10,4 @@ export const TextList = [ |
13 | 10 | TextComponent3Config, |
14 | 11 | TextComponent4Config, |
15 | 12 | ValueList1Config, |
16 | - // ValueList2Config, | |
17 | - SwitchSignalLightConfig, | |
18 | - // SwitchStatusConfig, | |
19 | 13 | ]; | ... | ... |