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