|
|
@ -120,7 +120,7 @@ export const asyncRoutes = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: '/scoring-model',
|
|
|
|
path: '/scoring-model',
|
|
|
|
name: 'ScoringModel',
|
|
|
|
name: 'ScoringModel',
|
|
|
|
permission: 'p_atomicRule',
|
|
|
|
permission: 'p_scoringModele',
|
|
|
|
component: () => import('@/views/ruleEngine/scoringModel/index.vue'),
|
|
|
|
component: () => import('@/views/ruleEngine/scoringModel/index.vue'),
|
|
|
|
meta: { title: '赋分模型', affix: false, subtitle: '大模型分析提取案件信息的指标项' }
|
|
|
|
meta: { title: '赋分模型', affix: false, subtitle: '大模型分析提取案件信息的指标项' }
|
|
|
|
},
|
|
|
|
},
|
|
|
|