From 8eb564d8a9bb62cdfac2fe65152389e3b74da02d Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期二, 18 七月 2023 11:09:36 +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