This commit is contained in:
2025-07-21 17:03:41 +08:00
parent 211b947c3c
commit 49ae691b37
4 changed files with 179 additions and 2 deletions

View File

@ -454,6 +454,15 @@ export const publicRoutes = [
icon: "article"
}
},
{
path: "/tsypHome",
name: "tsypHome",
component: () => import("@/views/backOfficeSystem/JudgmentHome/tsypHome/index"),
meta: {
title: "态势研判",
icon: "article"
}
},
{
path: "/MeetingRoom",
name: "MeetingRoom",