更新
This commit is contained in:
@ -518,6 +518,15 @@ export const publicRoutes = [
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ReviewList",
|
||||
name: "ReviewList",
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/ReviewList/index.vue"),
|
||||
meta: {
|
||||
title: "审核列表",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/judgmentCommand",
|
||||
name: "judgmentCommand",
|
||||
@ -1146,6 +1155,7 @@ export const publicRoutes = [
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
path: "/strategicResearch",
|
||||
name: "strategicResearch",
|
||||
|
||||
Reference in New Issue
Block a user