AOS: 링크결제 탭 별 페이지 생성, 필터 적용 -> 링크결제 신청 페이지 연계
This commit is contained in:
@@ -80,7 +80,13 @@ export const ROUTE_NAMES = {
|
||||
smsPaymentNotification: 'sms-payment-notification',
|
||||
accountHolderSearch: 'account-holder-search',
|
||||
accountHolderAuth: 'account-holder-auth',
|
||||
linkPayment: 'link-payment',
|
||||
linkPayment: {
|
||||
base: '/link-payment/*',
|
||||
dispatchList: 'dispatch-list',
|
||||
pendingSend: 'pending-send',
|
||||
request: 'request',
|
||||
requestSuccess: 'request-success'
|
||||
},
|
||||
kakaoPaymentNotification: {
|
||||
base: '/kakao-payment-notification/*',
|
||||
list: 'list',
|
||||
@@ -113,7 +119,7 @@ export const ROUTE_NAMES = {
|
||||
notice: {
|
||||
base: '/notice/*',
|
||||
list: 'list',
|
||||
detail: 'detail',
|
||||
detail: 'detail/:noticeId',
|
||||
},
|
||||
faq: {
|
||||
base: '/faq/*',
|
||||
|
||||
Reference in New Issue
Block a user