채널 후원 정산 페이지 추가

This commit is contained in:
Yu Sung
2026-02-26 20:02:34 +09:00
parent 70f5ae2f54
commit 5077ef7532
4 changed files with 300 additions and 1 deletions

View File

@@ -210,6 +210,11 @@ const routes = [
name: 'CalculateCommunityByCreator',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateCommunityByCreator.vue')
},
{
path: '/calculate/channel-donation',
name: 'CalculateChannelDonation',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateChannelDonation.vue')
},
{
path: '/notice',
name: 'NoticeView',