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