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