Authored by 王涛

CMDB数据同步路由

@@ -204,6 +204,12 @@ const routes = [{ @@ -204,6 +204,12 @@ const routes = [{
204 name: 'esDataIndex', 204 name: 'esDataIndex',
205 component: () => myImport('views/esData/index'), 205 component: () => myImport('views/esData/index'),
206 }, 206 },
  207 + //监控对接CMDB功能
  208 + {
  209 + path: '/cmdbdatasync',
  210 + name: 'cmdbdatasync',
  211 + component: () => myImport('views/cmdbdatasync/index'),
  212 + },
207 ]; 213 ];
208 214
209 // hash模式: createWebHashHistory 215 // hash模式: createWebHashHistory