实现了服务的增删改查、设备增加
This commit is contained in:
@@ -23,5 +23,12 @@ export const menuAside = supplementPath([
|
||||
{ path: '/scada_configure', title: 'SCADA节点配置' },
|
||||
{ path: '/scada_query', title: 'SCADA数据查询' }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '采集服务管理',
|
||||
children: [
|
||||
{ path: '/edge_server_configure', title: '服务配置' },
|
||||
{ path: '/edge_server_monitor', title: '服务监控' }
|
||||
]
|
||||
}
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user