쿠폰 관리 페이지 추가

This commit is contained in:
Yu Sung
2024-01-02 04:59:17 +09:00
parent e75b54679f
commit 76909fc232
3 changed files with 544 additions and 1 deletions

View File

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