|
|
@@ -1362,6 +1362,66 @@ export default [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ code: 'link/DataCollect',
|
|
|
+ name: '数据采集',
|
|
|
+ owner: 'iot',
|
|
|
+ sortIndex: 10,
|
|
|
+ url: '/iot/link/DataCollect',
|
|
|
+ icon: 'icon-shuxingpeizhi',
|
|
|
+ showPage: [],
|
|
|
+ permissions: [],
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ code: 'link/DataCollect/Dashboard',
|
|
|
+ name: '仪表盘',
|
|
|
+ owner: 'iot',
|
|
|
+ sortIndex: 1,
|
|
|
+ url: '/iot/link/DataCollect/Dashboard',
|
|
|
+ icon: 'icon-shujumoni',
|
|
|
+ showPage: [
|
|
|
+ 'data-collect-channel',
|
|
|
+ 'data-collect-opc',
|
|
|
+ 'data-collector',
|
|
|
+ 'things-collector',
|
|
|
+ ],
|
|
|
+ permissions: [],
|
|
|
+ buttons: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ code: 'link/DataCollect/DataGathering',
|
|
|
+ name: '数据采集',
|
|
|
+ owner: 'iot',
|
|
|
+ sortIndex: 2,
|
|
|
+ url: '/iot/link/DataCollect/DataGathering',
|
|
|
+ icon: 'icon-rizhifuwu',
|
|
|
+ showPage: [
|
|
|
+ 'data-collect-channel',
|
|
|
+ 'data-collect-opc',
|
|
|
+ 'data-collector',
|
|
|
+ 'things-collector',
|
|
|
+ ],
|
|
|
+ permissions: [],
|
|
|
+ buttons: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ code: 'link/DataCollect/IntegratedQuery',
|
|
|
+ name: '综合查询',
|
|
|
+ owner: 'iot',
|
|
|
+ sortIndex: 3,
|
|
|
+ url: '/iot/link/DataCollect/IntegratedQuery',
|
|
|
+ icon: 'icon-zhilianshebei',
|
|
|
+ showPage: [
|
|
|
+ 'data-collect-channel',
|
|
|
+ 'data-collect-opc',
|
|
|
+ 'data-collector',
|
|
|
+ 'things-collector',
|
|
|
+ ],
|
|
|
+ permissions: [],
|
|
|
+ buttons: [],
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
{
|