更新路由
This commit is contained in:
parent
6674e1a64f
commit
27d52e2236
|
@ -382,14 +382,34 @@ export const publicRoutes = [
|
|||
]
|
||||
},
|
||||
{
|
||||
path: "/MeetingRoom",
|
||||
name: "MeetingRoom",
|
||||
component: () => import("@/views/backOfficeSystem/MeetingRoom/index"),
|
||||
path: "/ResearchHome",
|
||||
name: "ResearchHome",
|
||||
meta: {
|
||||
title: "网上会商室",
|
||||
title: "研判首页",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/ResearchHome",
|
||||
name: "ResearchHome",
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/ResearchHome/index"),
|
||||
meta: {
|
||||
title: "研判首页",
|
||||
icon: "article"
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/MeetingRoom",
|
||||
name: "MeetingRoom",
|
||||
component: () => import("@/views/backOfficeSystem/MeetingRoom/index"),
|
||||
meta: {
|
||||
title: "网上会商室",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
]
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user