feat: 警情管理 菜单调整
This commit is contained in:
@ -562,7 +562,16 @@ export const publicRoutes = [
|
||||
title: "采集积分",
|
||||
icon: "article"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/policeReport",
|
||||
name: "policeReport",
|
||||
component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
|
||||
meta: {
|
||||
title: "警情管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: "/MakeAcomment",
|
||||
// name: "MakeAcomment",
|
||||
@ -849,15 +858,15 @@ export const publicRoutes = [
|
||||
// }
|
||||
// },
|
||||
|
||||
{
|
||||
path: "/policeReport",
|
||||
name: "policeReport",
|
||||
component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
|
||||
meta: {
|
||||
title: "警情管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: "/policeReport",
|
||||
// name: "policeReport",
|
||||
// component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
|
||||
// meta: {
|
||||
// title: "警情管理",
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user