|
@@ -128,6 +128,11 @@ const routes = [
|
|
|
path: '/manage_admin',
|
|
|
component: () => import('./views/manage.vue'),
|
|
|
children: [
|
|
|
+ {
|
|
|
+ path: 'order/list',
|
|
|
+ name: 'order-detail',
|
|
|
+ component: () => import('./views/order/myOrderList.vue'),
|
|
|
+ },
|
|
|
{
|
|
|
path: 'order/create',
|
|
|
name: 'create-order',
|
|
@@ -138,6 +143,11 @@ const routes = [
|
|
|
name: 'order-detail',
|
|
|
component: () => import('./views/create-order/index.vue'),
|
|
|
},
|
|
|
+ {
|
|
|
+ path: 'order/helpUserOrders',
|
|
|
+ name: 'order-detail',
|
|
|
+ component: () => import('./views/order/helpUserOrders.vue'),
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
];
|