크리에이터 기준 라이브 합계 정산 페이지 추가
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user