From 23ce2d851795cf9ebb88462b640989586a97c8ae Mon Sep 17 00:00:00 2001 From: volleyball26 Date: Fri, 22 Jan 2021 16:33:25 +0800 Subject: [PATCH] debug --- src/components/common/Sidebar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index 8cbda89..cdf6b2c 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -62,14 +62,14 @@ export default { title: '系统首页' }, { - icon: 'el-icon-lx-cascades', + icon: 'el-icon-lx-people', index: 'table', title: '用户列表' }, { icon: 'el-icon-lx-copy', - index: 'tabs', - title: 'tab选项卡' + index: 'upload', + title: '文件上传' }, { icon: 'el-icon-lx-calendar',