Authored by 王涛

日志路由

... ... @@ -198,6 +198,12 @@ const routes = [{
name: 'busDoc',
component: () => myImport('views/busDoc/index')
},
//日志
{
path: '/esData',
name: 'esDataIndex',
component: () => myImport('views/esData/index'),
},
];
// hash模式: createWebHashHistory
... ...