크리에이터 라이브 정산 페이지 추가

This commit is contained in:
Yu Sung
2023-10-03 18:19:15 +09:00
parent a22fbca9fd
commit 9464bf55e0
3 changed files with 11 additions and 11 deletions

View File

@@ -111,9 +111,9 @@ const routes = [
component: () => import(/* webpackChunkName: "coin" */ '../views/Can/CanStatus.vue')
},
{
path: '/calculate/creator',
name: 'CalculateCreator',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateCreator.vue')
path: '/calculate/live',
name: 'CalculateLive',
component: () => import(/* webpackChunkName: "calculate" */ '../views/Calculate/CalculateLive.vue')
},
{
path: '/calculate/content',