Authored by 鲁尚清

qh ping详情路由

@@ -210,6 +210,12 @@ const routes = [{ @@ -210,6 +210,12 @@ const routes = [{
210 name: 'cmdbdatasync', 210 name: 'cmdbdatasync',
211 component: () => myImport('views/cmdbdatasync/index'), 211 component: () => myImport('views/cmdbdatasync/index'),
212 }, 212 },
  213 + //ping详情列表
  214 + {
  215 + path: '/ping',
  216 + name: 'pingIndex',
  217 + component: () => myImport('views/ping/index'),
  218 + },
213 ]; 219 ];
214 220
215 // hash模式: createWebHashHistory 221 // hash模式: createWebHashHistory