This commit is contained in:
2025-03-17 15:47:56 +08:00
parent 9069edf952
commit 5b4a055d47
17 changed files with 783 additions and 43 deletions

View File

@@ -14,6 +14,14 @@ const routesMap = {
'my-wallet': () => import('../pages/merchant/pages/my-wallet/index.vue'),
'wallet-overview': () => import('../pages/merchant/pages/my-wallet/wallet-overview.vue'),
'moving-account-details': () => import('../pages/merchant/pages/my-wallet/moving-account-details.vue'),
'personal-center': () => import('../pages/merchant/pages/personal-center/index.vue'),
'account-settings': () => import('../pages/merchant/pages/personal-center/account-settings.vue'),
'credit-score': () => import('../pages/merchant/pages/personal-center/credit-score.vue'),
'get-help': () => import('../pages/merchant/pages/get-help/index.vue'),
'problem-teaching': () => import('../pages/merchant/pages/get-help/problem-teaching.vue'),
'contact-customer-service': () => import('../pages/merchant/pages/get-help/contact-customer-service.vue'),
};
export default routesMap;