...
|
...
|
@@ -210,6 +210,12 @@ const routes = [{ |
|
|
name: 'cmdbdatasync',
|
|
|
component: () => myImport('views/cmdbdatasync/index'),
|
|
|
},
|
|
|
//ping详情列表
|
|
|
{
|
|
|
path: '/ping',
|
|
|
name: 'pingIndex',
|
|
|
component: () => myImport('views/ping/index'),
|
|
|
},
|
|
|
];
|
|
|
|
|
|
// hash模式: createWebHashHistory
|
...
|
...
|
|