시그니처 캔 등록 페이지 추가

This commit is contained in:
Yu Sung
2024-03-08 03:13:21 +09:00
parent 514a2b5770
commit 8572f8e49f
3 changed files with 449 additions and 0 deletions

View File

@@ -115,6 +115,11 @@ const routes = [
name: 'CanCoupon',
component: () => import(/* webpackChunkName: "coin" */ '../views/Can/CanCoupon.vue')
},
{
path: '/can/signature',
name: 'CanSignature',
component: () => import(/* webpackChunkName: "coin" */ '../views/Can/CanSignature.vue')
},
{
path: '/calculate/live',
name: 'CalculateLive',