Showing
1 changed file
with
6 additions
and
0 deletions
@@ -198,6 +198,12 @@ const routes = [{ | @@ -198,6 +198,12 @@ const routes = [{ | ||
198 | name: 'busDoc', | 198 | name: 'busDoc', |
199 | component: () => myImport('views/busDoc/index') | 199 | component: () => myImport('views/busDoc/index') |
200 | }, | 200 | }, |
201 | + //日志 | ||
202 | + { | ||
203 | + path: '/esData', | ||
204 | + name: 'esDataIndex', | ||
205 | + component: () => myImport('views/esData/index'), | ||
206 | + }, | ||
201 | ]; | 207 | ]; |
202 | 208 | ||
203 | // hash模式: createWebHashHistory | 209 | // hash模式: createWebHashHistory |
-
Please register or login to post a comment