归类iscs绘图分类
This commit is contained in:
parent
1db679509f
commit
4df54dae1a
@ -90,37 +90,89 @@ export default {
|
|||||||
name: 'FAS界面',
|
name: 'FAS界面',
|
||||||
mode: 'fas',
|
mode: 'fas',
|
||||||
id: '1',
|
id: '1',
|
||||||
type: 'interface'
|
type: 'system',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
name: '站台报警',
|
||||||
|
mode: 'fas',
|
||||||
|
id: '11',
|
||||||
|
type: 'interface',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'BAS界面',
|
name: '站厅报警',
|
||||||
mode: 'bas',
|
mode: 'fas',
|
||||||
id: '2',
|
id: '12',
|
||||||
type: 'interface'
|
type: 'interface',
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// name: 'BAS界面',
|
||||||
|
// mode: 'bas',
|
||||||
|
// id: '2',
|
||||||
|
// type: 'interface'
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
name: 'PSD界面',
|
name: 'PSD界面',
|
||||||
mode: 'psd',
|
mode: 'psd',
|
||||||
id: '3',
|
id: '3',
|
||||||
type: 'interface'
|
type: 'system',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
name: '屏蔽门',
|
||||||
|
mode: 'psd',
|
||||||
|
id: '31',
|
||||||
|
type: 'interface',
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'cctv界面',
|
name: 'cctv界面',
|
||||||
mode: 'cctv',
|
mode: 'cctv',
|
||||||
id: '4',
|
id: '4',
|
||||||
type: 'interface'
|
type: 'system',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
name: '车站控制-站厅',
|
||||||
|
mode: 'cctv',
|
||||||
|
id: '41',
|
||||||
|
type: 'interface',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: '车站控制-站台',
|
||||||
|
mode: 'cctv',
|
||||||
|
id: '42',
|
||||||
|
type: 'interface',
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'AFC界面',
|
name: 'AFC界面',
|
||||||
mode: 'afc',
|
mode: 'afc',
|
||||||
id: '5',
|
id: '5',
|
||||||
type: 'interface'
|
type: 'system',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
name: '售检票',
|
||||||
|
mode: 'afc',
|
||||||
|
id: '51',
|
||||||
|
type: 'interface',
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'ACS界面',
|
name: 'ACS界面',
|
||||||
mode: 'acs',
|
mode: 'acs',
|
||||||
id: '5',
|
id: '6',
|
||||||
type: 'interface'
|
type: 'system',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
name: '门禁',
|
||||||
|
mode: 'acs',
|
||||||
|
id: '61',
|
||||||
|
type: 'interface',
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user