You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
371 B
21 lines
371 B
3 years ago
|
const myConfig = {
|
||
|
'118,1': {
|
||
|
nbm: 118,
|
||
|
name: 'nomtimeOpenAccount1',
|
||
|
parentId: '0,5,26,58,118'
|
||
|
},
|
||
|
'118,2': {
|
||
|
nbm: 118,
|
||
|
name: 'nomtimeOpenAccount2',
|
||
|
parentId: '0,5,26,58,118'
|
||
|
},
|
||
|
'131': {
|
||
|
nbm: 131,
|
||
|
name: 'nomtimeDeposit1',
|
||
|
parentId: '0,5,26,58,119'
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export {
|
||
|
myConfig
|
||
|
}
|