From 8de30231c5348261639d0752d4ba6f26bdc8ce20 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 29 Jul 2021 09:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sidebar.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index 42a6367..d2b84e8 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -56,17 +56,17 @@ export default { return { items: [ { - icon: 'el-icon-lx-home', + icon: 'el-icon-school', index: 'customer', title: '客户管理' }, { - icon: 'el-icon-lx-cascades', + icon: 'el-icon-user', index: 'user', title: '用户管理' }, { - icon: 'el-icon-lx-copy', + icon: 'el-icon-shopping-bag-2', index: 'order', title: '订单管理' }, @@ -76,12 +76,12 @@ export default { // title: '服务配置' // }, { - icon: 'el-icon-lx-emoji', + icon: 'el-icon-document-checked', index: 'curriculum', title: '课程管理' }, { - icon: 'el-icon-lx-emoji', + icon: 'el-icon-notebook-2', index: 'data', title: '数据管理' }