研判态势

This commit is contained in:
13684185576
2025-09-12 14:55:05 +08:00
parent c0a7f78ce6
commit ac893ba406
6 changed files with 465 additions and 10 deletions

View File

@ -503,7 +503,16 @@ export const publicRoutes = [
name: "tsypHome",
component: () => import("@/views/backOfficeSystem/JudgmentHome/tsypHome/index"),
meta: {
title: "态势研判",
title: "模型管理",
icon: "article"
}
},
{
path: "/situationHome",
name: "situationHome",
component: () => import("@/views/backOfficeSystem/JudgmentHome/situationHome/index"),
meta: {
title: "研判态势",
icon: "article"
}
},