提交
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user