콘텐츠 정산 - 엑셀 다운로드 추가

This commit is contained in:
Yu Sung
2023-11-13 14:41:25 +09:00
parent 400717991f
commit 5be8eabb5b
2 changed files with 77 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ const routes = [
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateLive.vue')
},
{
path: '/calculate/content',
path: '/calculate/content-by-date',
name: 'CalculateContent',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateContent.vue')
},