From bb209ea804d67988caf34517376309d5eb4b0a4f Mon Sep 17 00:00:00 2001 From: yangzongjia Date: Tue, 13 Jun 2023 19:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A6=96=E9=A1=B5=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/index.vue | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index ea9c822..84ba837 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -257,6 +257,46 @@ name: "", path: "/xiaoxi/xiaoxiList", }, + { + alwaysShow: true, + component: "index1", + meta: { + icon: "icon-rizhi2", + title: "index1", + }, + name: "", + path: "/index1", + }, + { + alwaysShow: true, + component: "index2", + meta: { + icon: "icon-rizhi2", + title: "index2", + }, + name: "", + path: "/index2", + }, + { + alwaysShow: true, + component: "index3", + meta: { + icon: "icon-rizhi2", + title: "index3", + }, + name: "", + path: "/index3", + }, + { + alwaysShow: true, + component: "index4", + meta: { + icon: "icon-rizhi2", + title: "index4", + }, + name: "", + path: "/index4", + }, // { // alwaysShow: true, // component: "daping",