This commit is contained in:
2026-01-26 14:38:32 +08:00
parent 1a3c4f0ea9
commit 5998eea6b1
7 changed files with 269 additions and 6 deletions

View File

@ -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",