Authored by 王涛

日志路由

@@ -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