커뮤니티 정산 페이지 추가

This commit is contained in:
Yu Sung
2024-05-29 01:02:17 +09:00
parent 36b0442878
commit 512ae21a48
3 changed files with 264 additions and 1 deletions

View File

@@ -145,6 +145,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: '/notice',
name: 'NoticeView',