부가서비스 소개 수정
This commit is contained in:
@@ -132,7 +132,7 @@ export const PATHS: RouteNamesType = {
|
||||
},
|
||||
additionalService: {
|
||||
base: generatePath(ROUTE_NAMES.additionalService.base),
|
||||
intro: generatePath(ROUTE_NAMES.additionalService.base, ROUTE_NAMES.additionalService.intro),
|
||||
list: generatePath(ROUTE_NAMES.additionalService.base, ROUTE_NAMES.additionalService.list),
|
||||
ars: {
|
||||
base: generatePath(`${ROUTE_NAMES.additionalService.base}${ROUTE_NAMES.additionalService.ars.base}`),
|
||||
list: generatePath(
|
||||
|
||||
@@ -66,7 +66,7 @@ export const ROUTE_NAMES = {
|
||||
},
|
||||
additionalService: {
|
||||
base: '/additional-service/*',
|
||||
intro: 'intro',
|
||||
list: 'list',
|
||||
ars: {
|
||||
base: '/ars/*',
|
||||
list: 'list',
|
||||
@@ -161,89 +161,6 @@ export const ROUTE_NAMES = {
|
||||
list: 'list',
|
||||
},
|
||||
|
||||
/*
|
||||
intro: '/intro',
|
||||
appAuth: '/appAuth',
|
||||
start: '/start',
|
||||
mobileVerification: '/mobileVerification',
|
||||
pwFail: '/pwFail',
|
||||
signUp: {
|
||||
base: '/signUp/*',
|
||||
termsAndConditions: 'termsAndConditions',
|
||||
setPinNumber: 'setPinNumber',
|
||||
reSetBiometricAuth: 'reSetBiometricAuth',
|
||||
setBiometricAuth: 'setBiometricAuth',
|
||||
reSetPinNumber: 'reSetPinNumber',
|
||||
bioPinNumber: 'bioPinNumber',
|
||||
inputPinNumber: 'inputPinNumber',
|
||||
},
|
||||
issueWallet: {
|
||||
base: '/issueWallet/*',
|
||||
intro: 'intro',
|
||||
inputBankAccount: 'inputBankAccount',
|
||||
authBankAccount: 'authBankAccount',
|
||||
chooseIDCardType: 'chooseIDCardType',
|
||||
captureBusinessLicense: 'captureBusinessLicense',
|
||||
confirm: {
|
||||
base: '/confirm/*',
|
||||
IDCard: 'IDCard',
|
||||
driverLicense: 'driverLicense',
|
||||
passport: 'passport',
|
||||
businessLicense: 'businessLicense',
|
||||
},
|
||||
},
|
||||
myWallet: {
|
||||
base: '/myWallet/*',
|
||||
history: 'history',
|
||||
historyDetail: 'history/:historyId',
|
||||
refundQRCode: 'refundQRCode/:historyId',
|
||||
tokenDetail: 'token/:tokenId',
|
||||
},
|
||||
exchange: {
|
||||
base: '/exchange/*',
|
||||
selectRecipient: 'selectRecipient',
|
||||
inputRecipient: 'inputRecipient',
|
||||
inputAmount: 'inputAmount',
|
||||
inputConfirm: 'inputConfirm',
|
||||
process: 'process',
|
||||
complete: 'complete',
|
||||
},
|
||||
myBankAccount: '/myBankAccount',
|
||||
security: '/security',
|
||||
appVersion: '/appVersion',
|
||||
settingFontSize: '/settingFontSize',
|
||||
community: {
|
||||
base: '/community/*',
|
||||
faq: 'faq',
|
||||
faqDetail: 'faqDetail',
|
||||
notice: 'notice',
|
||||
noticeDetail: 'noticeDetail',
|
||||
inquiry: 'inquiry',
|
||||
inquiryDetail: 'inquiryDetail',
|
||||
inquiryModify: 'inquiryModify',
|
||||
},
|
||||
menu: '/menu',
|
||||
login: '/login',
|
||||
reLogin: '/reLogin',
|
||||
home: '/home',
|
||||
shopList: '/shopList',
|
||||
notification: {
|
||||
base: '/notification/*',
|
||||
setting: 'setting',
|
||||
},
|
||||
payment: {
|
||||
base: '/payment/*',
|
||||
myPaymentQRCode: 'myPaymentQRCode',
|
||||
payWithNFCManual: 'payWithNFCManual',
|
||||
payWithNFCAuto: 'payWithNFCAuto',
|
||||
},
|
||||
voucher: {
|
||||
base: '/voucher/*',
|
||||
voucherDetail: ':voucherId',
|
||||
},
|
||||
paymentGuide: 'paymentGuide',
|
||||
inputShopWalletAddr: 'inputShopWalletAddr',
|
||||
*/
|
||||
};
|
||||
|
||||
export type RouteNamesType = typeof ROUTE_NAMES;
|
||||
|
||||
Reference in New Issue
Block a user