채널 후원 정산 페이지 제작

This commit is contained in:
Yu Sung
2026-02-26 20:04:42 +09:00
parent 6bbee48d4d
commit 2cbee4806d
3 changed files with 295 additions and 1 deletions

View File

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