From 1aeff8b542a22d6c6a2efbac87704bca554afee8 Mon Sep 17 00:00:00 2001
From: Goldennfish <1981343953@qq.com>
Date: 星期二, 18 七月 2023 09:46:21 +0800
Subject: [PATCH] 提交我的信息和原材料报检页面

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