Authored by 鲁尚清

Merge branch 'master-500-dev' of http://192.168.1.136:82/monitor_v3/hg-monitor-w…

…eb into master-500-dev-lushangqing
@@ -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