pyt
2025-05-08 7636ddd9f88a837de1126b72c37269e7dd39b0d7
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"),
           }
        ]
    },