lcw
This commit is contained in:
@ -132,6 +132,11 @@ export const publicRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/oatuh_login",
|
||||
name: "oatuh_login",
|
||||
component: () => import("@/views/login/oatuh_login")
|
||||
},
|
||||
{
|
||||
path: "/login",
|
||||
name: "login",
|
||||
@ -231,6 +236,17 @@ export const publicRoutes = [
|
||||
title: "重点人员预警模型",
|
||||
icon: "article"
|
||||
}
|
||||
}, {
|
||||
path: "/policeReport",
|
||||
name: "policeReport",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/policeReport/index.vue"
|
||||
),
|
||||
meta: {
|
||||
title: "警情管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
@ -300,6 +316,7 @@ export const publicRoutes = [
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
path: "/IntelligenceManagement",
|
||||
name: "IntelligenceManagement",
|
||||
@ -588,7 +605,26 @@ export const publicRoutes = [
|
||||
title: "经验分享",
|
||||
icon: "article"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
path: "/ssemanticAnalysis",
|
||||
name: "semanticAnalysis",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/SemanticAnalysis/index.vue"
|
||||
),
|
||||
meta: {
|
||||
title: "语义分析",
|
||||
icon: "article"
|
||||
}
|
||||
}, {
|
||||
path: "/analysisReport",
|
||||
name: "AnalysisReport",
|
||||
component: () => import("@/views/backOfficeSystem/AnalysisReport/index"),
|
||||
meta: {
|
||||
title: "分析报告",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user