|
- export const comps = {
- '1': {
- left: [{
- name: 'Left11',
- data: []
- },{
- name: 'Left21',
- data: []
- },{
- countNum: 0,
- name: 'Left31',
- data: []
- }],
- right: [{
- name: 'Right11',
- data: []
- },{
- name: 'Right21',
- data: []
- },{
- name: 'Right31',
- data: []
- }],
- buttom: [{
- name: 'Bottom1',
- data: {}
- },{
- name: 'Bottom2',
- data: {}
- }]
- }
- }
|