크리에이터 기준 콘텐츠, 커뮤니티 합계 정산 페이지 추가
This commit is contained in:
@@ -152,9 +152,19 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: '/calculate/live-by-creator',
|
||||
name: 'CalculateLive',
|
||||
name: 'CalculateLiveByCreator',
|
||||
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateLiveByCreator.vue')
|
||||
},
|
||||
{
|
||||
path: '/calculate/content-by-creator',
|
||||
name: 'CalculateContentByCreator',
|
||||
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateContentByCreator.vue')
|
||||
},
|
||||
{
|
||||
path: '/calculate/community-by-creator',
|
||||
name: 'CalculateCommunityByCreator',
|
||||
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateCommunityByCreator.vue')
|
||||
},
|
||||
{
|
||||
path: '/notice',
|
||||
name: 'NoticeView',
|
||||
|
Reference in New Issue
Block a user