mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 22:38:34 +09:00
fix(frontend): 설정에서 계정 통계 페이지가 표시되지 않음
This commit is contained in:
parent
c833101015
commit
4f52a38116
@ -184,6 +184,10 @@ const routes: RouteDef[] = [{
|
||||
path: '/other',
|
||||
name: 'other',
|
||||
component: page(() => import('@/pages/settings/other.vue')),
|
||||
}, {
|
||||
path: '/account-stats',
|
||||
name: 'other',
|
||||
component: page(() => import('@/pages/settings/account-stats.vue')),
|
||||
}, {
|
||||
path: '/cherrypick',
|
||||
name: 'cherrypick',
|
||||
|
Loading…
Reference in New Issue
Block a user