From 17e62da2a097844b0f6f7a58926e7d0a40598d2c Mon Sep 17 00:00:00 2001 From: hailin <1356886193@qq.com> Date: 星期五, 21 七月 2023 10:30:23 +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