커뮤니티 정산페이지 추가

This commit is contained in:
Yu Sung
2024-05-27 16:41:31 +09:00
parent 83bbf0a505
commit 3cfa73c37b
3 changed files with 258 additions and 1 deletions

View File

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