크리에이터 기준 라이브 합계 정산 페이지 추가

This commit is contained in:
Yu Sung
2024-07-08 15:53:58 +09:00
parent e8dc2fff95
commit d4a0dfb223
3 changed files with 314 additions and 1 deletions

View File

@@ -150,6 +150,11 @@ const routes = [
name: 'CalculateCommunityPost',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateCommunityPost.vue')
},
{
path: '/calculate/live-by-creator',
name: 'CalculateLive',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateLiveByCreator.vue')
},
{
path: '/notice',
name: 'NoticeView',