culture/src/router/index.js
@@ -213,6 +213,14 @@ title: "菌种传代生产谱系图", }, component: () => import("../views/pedigree-chart"), }, { path: 'add-pedigree', name: 'AddPedigree', meta: { title: "新增菌种传代生产谱系图", }, component: () => import("../views/pedigree-chart/add"), } ] },