|
|
@@ -97,7 +97,8 @@ const routes = [
|
|
|
component: () => import('../pages/store/goodsDetail/index.vue'),
|
|
|
meta: {
|
|
|
title: '商品详情',
|
|
|
- hideInMenu: true
|
|
|
+ hideInMenu: true,
|
|
|
+ parent: 'store.goodsList'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -106,7 +107,8 @@ const routes = [
|
|
|
component: () => import('../pages/store/orders/orderDetail/index.vue'),
|
|
|
meta: {
|
|
|
title: '订单详情',
|
|
|
- hideInMenu: true
|
|
|
+ hideInMenu: true,
|
|
|
+ parent: 'store.myOrder'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -123,7 +125,8 @@ const routes = [
|
|
|
component: () => import('../pages/store/sendCountRecords/index.vue'),
|
|
|
meta: {
|
|
|
title: '赠送记录',
|
|
|
- hideInMenu: true
|
|
|
+ hideInMenu: true,
|
|
|
+ parent: 'store.goodsList'
|
|
|
},
|
|
|
}
|
|
|
]
|
|
|
@@ -168,7 +171,8 @@ const routes = [
|
|
|
component: () => import('../pages/lepao/lepaoRecords/recordDetail.vue'),
|
|
|
meta: {
|
|
|
title: '路线详情',
|
|
|
- hideInMenu: true
|
|
|
+ hideInMenu: true,
|
|
|
+ parent: 'lepao.lepaoRecords'
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
@@ -243,7 +247,8 @@ const routes = [
|
|
|
component: () => import('../pages/service/orderDetail.vue'),
|
|
|
meta: {
|
|
|
title: '工单详情',
|
|
|
- hideInMenu: true
|
|
|
+ hideInMenu: true,
|
|
|
+ parent: 'service.orderList'
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
@@ -340,6 +345,7 @@ const routes = [
|
|
|
meta: {
|
|
|
title: '乐跑记录详情',
|
|
|
hideInMenu: true,
|
|
|
+ parent: 'admin.lepaoRecords',
|
|
|
permission: ['admin', 'service']
|
|
|
}
|
|
|
},
|
|
|
@@ -367,6 +373,7 @@ const routes = [
|
|
|
meta: {
|
|
|
title: '工单详情',
|
|
|
hideInMenu: true,
|
|
|
+ parent: 'admin.service.orderList',
|
|
|
permission: ['admin', 'service']
|
|
|
}
|
|
|
},
|
|
|
@@ -456,6 +463,7 @@ const routes = [
|
|
|
meta: {
|
|
|
title: '编辑商品',
|
|
|
hideInMenu: true,
|
|
|
+ parent: 'admin.goods.goodsList',
|
|
|
permission: ['admin', 'product']
|
|
|
}
|
|
|
},
|
|
|
@@ -495,7 +503,8 @@ const routes = [
|
|
|
component: () => import('../pages/path/pathDetail.vue'),
|
|
|
meta: {
|
|
|
title: '路径详情',
|
|
|
- hideInMenu: true
|
|
|
+ hideInMenu: true,
|
|
|
+ parent: 'path.list'
|
|
|
}
|
|
|
}
|
|
|
]
|