抽离组件 添加下拉框
This commit is contained in:
@@ -161,6 +161,20 @@ export const dynamicRoutes = [
|
||||
meta: { title: '修改生成配置', activeMenu: '/tool/gen' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/loanPricing/workflow-detail',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ['loanPricing:workflow:query'],
|
||||
children: [
|
||||
{
|
||||
path: ':serialNum',
|
||||
component: () => import('@/views/loanPricing/workflow/detail'),
|
||||
name: 'LoanPricingWorkflowDetail',
|
||||
meta: { title: '流程详情', activeMenu: '/loanPricing/workflow' }
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user