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 a new issue