From 6c59718662d772c5eaeda72826711b39a2e01c1d Mon Sep 17 00:00:00 2001 From: hailin <1356886193@qq.com> Date: 星期二, 08 八月 2023 13:27:34 +0800 Subject: [PATCH] 最后 一舞 --- src/router/index.js | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 94dc6d7..f95e0a0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -75,6 +75,26 @@ ] }, { + path: '/trialManagement', + component: Layout, + redirect: '/trialManagement/index', + meta: { title: '璇曢獙绠$悊', icon: 'el-icon-s-help' }, + children: [ + { + path: 'index', + name: 'entrust', + component: () => import('@/views/trialManagement/entrust'), + meta: { title: '濮旀墭妫�楠�', icon: 'form' } + }, + { + path: 'rawMaterials', + name: 'RawMaterials', + component: () => import('@/views/trialManagement/rawMaterials'), + meta: { title: '鍘熸潗鏂欐姤妫�', icon: 'form' } + } + ] + }, + { path: '/rawMaterials', component: Layout, redirect: '/rawMaterials/reportForInspection', -- Gitblit v1.9.3