From 190a64d69ad5d96781a61f70aaa9c7e1d42cf893 Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期五, 14 七月 2023 08:57:11 +0800
Subject: [PATCH] 提交logo同时提交标准库详情页

---
 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