포인트 정책 등록/수정 페이지 추가

This commit is contained in:
Yu Sung
2025-04-23 17:35:09 +09:00
parent 46f966f324
commit 7821f766e6
4 changed files with 527 additions and 1 deletions

View File

@@ -135,6 +135,11 @@ const routes = [
name: 'ChargeEvent',
component: () => import(/* webpackChunkName: "promotion" */ '../views/Promotion/ChargeEvent.vue')
},
{
path: '/promotion/point-policy',
name: 'PointPolicyView',
component: () => import(/* webpackChunkName: "promotion" */ '../views/Promotion/PointPolicyView.vue')
},
{
path: '/can/management',
name: 'CoinView',