From 8990ca5d31d5b42c0c38bb9e70c35da187764f9d Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期五, 21 七月 2023 10:40:30 +0800
Subject: [PATCH] 第三次标准库提交,完成标准库详情页的添加、修改
---
src/router/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 5f236ab..90f985c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -70,7 +70,7 @@
name: 'SpecificationDetails',
// hidden: true,
component: () => import('@/views/standardLibrary/SpecificationDetails'),
- meta: { title: '浜у搧瑙勬牸璇︽儏', icon: 'form', show: false, breadcrumb: false }
+ meta: { title: '浜у搧瑙勬牸璇︽儏', icon: 'form', show: false }
}
]
},
@@ -304,7 +304,7 @@
path: 'myBusiness',
name: 'MyBusiness',
component: () => import('@/views/personal/myBusiness/index'),
- meta: { title: '鎴戠殑浼佷笟', icon: 'tree' }
+ meta: { title: '鎴戠殑浼佷笟', icon: 'tree', show: false }
}
]
},
--
Gitblit v1.9.3