Showing
1 changed file
with
6 additions
and
0 deletions
@@ -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 |
-
Please register or login to post a comment