포인트 정책 등록/수정 페이지 추가
This commit is contained in:
		| @@ -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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung