订单增加赠送时长字段,增加服务暂停管理列表,身份证号验证方法优化
This commit is contained in:
@ -67,10 +67,23 @@ export const constantRoutes = [
|
||||
path: 'index',
|
||||
component: (resolve) => require(['@/views/custom/order'], resolve),
|
||||
name: '订单',
|
||||
meta: { title: '订单', icon: 'build', noCache: true, affix: true }
|
||||
meta: { title: '订单管理', icon: 'build', noCache: true, affix: true }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/order',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'orderPause/:orderId',
|
||||
component: (resolve) => require(['@/views/custom/order/orderPause'], resolve),
|
||||
name: 'orderPause',
|
||||
meta: { title: '订单暂停记录'}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/user',
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user