Authored by 王涛

CMDB数据同步路由

... ... @@ -204,6 +204,12 @@ const routes = [{
name: 'esDataIndex',
component: () => myImport('views/esData/index'),
},
//监控对接CMDB功能
{
path: '/cmdbdatasync',
name: 'cmdbdatasync',
component: () => myImport('views/cmdbdatasync/index'),
},
];
// hash模式: createWebHashHistory
... ...