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: '数据管理' }