task#5914 添加报备页面,地图页面

This commit is contained in:
2025-06-06 09:38:55 +08:00
parent 5552b48ec4
commit 899ea612f4
27 changed files with 794 additions and 2 deletions

View File

@ -0,0 +1,21 @@
const reportRouter = [
{
path: '/reportIndex',
name: 'reportIndex',
component: () => import('@/views/report/reportIndex'),
meta:{
title: '道路救援',
cache: true,
modalState: false,
}
},
{
path: '/addressMap',
name: 'addressMap',
component: () => import('@/views/report/addressMap'),
meta:{
title: '道路救援',
}
},
]
export default reportRouter