|
|
@@ -70,6 +70,11 @@ const iot = {
|
|
|
path: '/device/analysis',
|
|
|
name: '设备分析',
|
|
|
component: () => import('@/pages/iot/device/analysis.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/device/simulator',
|
|
|
+ name: '设备模拟器',
|
|
|
+ component: () => import('@/pages/iot/device/simulator.vue')
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -251,13 +256,13 @@ const schedule = {
|
|
|
component: () => import('@/pages/schedule/dataLake/dataTool/index.vue')
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/APICenter',
|
|
|
+ name: '数据编排',
|
|
|
+ icon: 'ApiOutlined',
|
|
|
+ component: () => import('@/pages/schedule/APICenter/index.vue')
|
|
|
}
|
|
|
- // {
|
|
|
- // path: '/APICenter',
|
|
|
- // name: '数据服务',
|
|
|
- // icon: 'ApiOutlined',
|
|
|
- // component: () => import('@/pages/schedule/APICenter/index.vue')
|
|
|
- // }
|
|
|
]
|
|
|
}
|
|
|
|