From d1159b13a23fe823229ae35580496d2e3a28906f Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期五, 14 七月 2023 16:05:36 +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