story#7065,救援责任险相关需求-调度APP推广及系统配套功能

This commit is contained in:
2025-08-22 14:41:21 +08:00
parent fcf088a6f6
commit 2bb1885b37
5 changed files with 214 additions and 0 deletions

View File

@ -17,5 +17,13 @@ const reportRouter = [
title: '道路救援',
}
},
{
path: '/insuredPage',
name: 'insuredPage',
component: () => import('@/views/liabilityInsurance/insuredPage'),
meta:{
title: '参保救援职业责任险',
}
},
]
export default reportRouter