# rename count-view to logs-view

This commit is contained in:
xianfuxing 2018-08-04 11:49:29 +08:00
parent 386836d940
commit f1e6a20a0c
2 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export const constantRouterMap = [
children: [
{ path: 'index', component: () => import('@/views/counter/index'), name: 'statistic', meta: { title: 'statistic' }},
{ path: 'device', component: () => import('@/views/counter/device'), name: 'device', meta: { title: 'device' }},
{ path: 'count', component: () => import('@/views/counter/count'), name: 'count', meta: { title: 'count' }}
{ path: 'logs', component: () => import('@/views/counter/logs'), name: 'logs', meta: { title: 'logs' }}
]
}
// {