This commit is contained in:
2025-01-02 10:44:07 +08:00
parent 33709c76be
commit b3c77526a7
24 changed files with 2153 additions and 259 deletions

View File

@@ -327,10 +327,31 @@ export default new Router({
}
},
{
path: '/PendingPaymentAuthor',
component: () => import('../components/page/PendingPaymentAuthor.vue'),
path: '/OrderConfirmation',
component: () => import('../components/page/components/pendingPayment/OrderConfirmation.vue'),
meta: {
title: 'Pending Payment'
title: 'Order Confirmation'
}
},
{
path: '/OrderDetail',
component: () => import('../components/page/components/pendingPayment/OrderDetail.vue'),
meta: {
title: 'Order Detail'
}
},
{
path: '/success',
component: () => import('../components/page/components/pendingPayment/success.vue'),
meta: {
title: 'Success'
}
},
{
path: '/orderListAuthor',
component: () => import('../components/page/orderListAuthor.vue'),
meta: {
title: 'Order List'
}
},
{