bug fix and performance improvements

This commit is contained in:
quantulr
2023-08-08 14:28:14 +08:00
parent 7958e48512
commit 45ed576dfa
31 changed files with 111968 additions and 222 deletions

View File

@ -866,7 +866,8 @@ export const laboratoryRoutes = [
},
{
path: "release",
component: () => import("@/views/admin/laboratory/research/achievement/release"),
component: () =>
import("@/views/admin/laboratory/research/achievement/release"),
hidden: true,
name: "Release",
meta: {