feat(scada): 新增物联组态
添加组态图片相关页面、路由及API,包含图片展示、设备监控和布局图功能
This commit is contained in:
@@ -124,6 +124,21 @@ export const constantRoutes = [
|
||||
// component: () => import('@/views/scada/topo/share'),
|
||||
// },
|
||||
//以上组态特有
|
||||
{
|
||||
path: '/scada/picture',
|
||||
component: () => import('@/views/scada/picture/index'),
|
||||
hidden: true,
|
||||
},
|
||||
{
|
||||
path: '/scada/picture/monitor',
|
||||
component: () => import('@/views/scada/picture/monitor'),
|
||||
hidden: true,
|
||||
},
|
||||
{
|
||||
path: '/scada/picture/screen',
|
||||
component: () => import('@/views/scada/picture/screen'),
|
||||
hidden: true,
|
||||
},
|
||||
];
|
||||
|
||||
// 动态路由,基于用户权限动态去加载
|
||||
|
||||
Reference in New Issue
Block a user