# rename count-view to logs-view
This commit is contained in:
parent
386836d940
commit
f1e6a20a0c
|
@ -63,7 +63,7 @@ export const constantRouterMap = [
|
||||||
children: [
|
children: [
|
||||||
{ path: 'index', component: () => import('@/views/counter/index'), name: 'statistic', meta: { title: 'statistic' }},
|
{ 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: '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' }}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Reference in New Issue