From 5cc7ee2ac85f93e9e9df4b268d4fb8bd532bb080 Mon Sep 17 00:00:00 2001 From: hailin <1356886193@qq.com> Date: 星期二, 18 七月 2023 11:10:01 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/yuanchu_code/lims-front-end --- src/router/index.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index c6a2b93..2f584ea 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -55,12 +55,19 @@ { path: '/standardLibrary', component: Layout, + meta: { title: '鏍囧噯搴�', icon: 'el-icon-s-help' }, children: [ { path: 'index', name: 'StandardLibrary', component: () => import('@/views/standardLibrary/index'), meta: { title: '鏍囧噯搴�', icon: 'form' } + }, + { + path: 'specificationDetails', + name: 'SpecificationDetails', + component: () => import('@/views/standardLibrary/SpecificationDetails'), + meta: { title: '鏍囧噯搴撹鎯�', icon: 'form' } } ] }, -- Gitblit v1.9.3