From 8aa694de9936bb29071ce5b1a158439a75453fe8 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 11 Jan 2024 08:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/Sidebar/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/anrui-riskcenter-ui/src/layout/components/Sidebar/index.vue b/anrui-riskcenter-ui/src/layout/components/Sidebar/index.vue index 5199d3e9bb..c9f25eae10 100644 --- a/anrui-riskcenter-ui/src/layout/components/Sidebar/index.vue +++ b/anrui-riskcenter-ui/src/layout/components/Sidebar/index.vue @@ -36,7 +36,7 @@ routes: [], params: { sourceSid: '0c6dbca4-4325-4db2-ae47-b645b7174552', - userSid: '', + userSid: '' } } }, @@ -108,16 +108,16 @@ console.log('55555', menus[i]) menus[i] = { path: menus[i].path, - component: Layout, + component: '', redirect: menus[i].path, - children: [menus[i]], + children: [menus[i]] } } } this.routes = menus console.log('左侧菜单', this.routes) return menus - }, - }, + } + } }