update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user