부가서비스 소개 수정

This commit is contained in:
focp212@naver.com
2025-09-26 09:23:27 +09:00
parent b9bca08cdb
commit bcd51e6971
7 changed files with 71 additions and 153 deletions

View File

@@ -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;