更新页面
This commit is contained in:
@ -329,6 +329,7 @@ export const publicRoutes = [
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
path: "/marksControl",
|
||||
name: "marksControl",
|
||||
@ -338,6 +339,18 @@ export const publicRoutes = [
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
path: "/ReviewListControl",
|
||||
name: "ReviewListControl",
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/ReviewListControl/index"),
|
||||
meta: {
|
||||
title: "审核列表",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
// {
|
||||
// path: "/DeploymentAudit",
|
||||
// name: "DeploymentAudit",
|
||||
|
||||
Reference in New Issue
Block a user