bugfix and performance improvements
This commit is contained in:
@ -864,6 +864,17 @@ export const laboratoryRoutes = [
|
||||
},
|
||||
name: "LabAchievement",
|
||||
},
|
||||
{
|
||||
path: "release",
|
||||
component: () => import("@/views/admin/laboratory/research/achievement/release"),
|
||||
hidden: true,
|
||||
name: "Release",
|
||||
meta: {
|
||||
title: "发布成果",
|
||||
icon: "list",
|
||||
i18nStr: "routes.expert.publishAchievement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "service-demand",
|
||||
component: () =>
|
||||
|
||||
Reference in New Issue
Block a user