크리에이터 정산비율 등록페이지 추가

This commit is contained in:
Yu Sung
2024-06-11 13:33:30 +09:00
parent b1014cf1e8
commit e8dc2fff95
5 changed files with 315 additions and 29 deletions

View File

@@ -41,9 +41,9 @@ const routes = [
component: () => import(/* webpackChunkName: "counselor" */ '../views/Creator/CreatorList.vue')
},
{
path: '/creator/review',
path: '/creator/settlement-ratio',
name: 'CreatorReview',
component: () => import(/* webpackChunkName: "counselor" */ '../views/Creator/CreatorReview.vue')
component: () => import(/* webpackChunkName: "counselor" */ '../views/Creator/CreatorSettlementRatio.vue')
},
{
path: '/live/tags',