diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index cfb1fe3..8cbda89 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -64,7 +64,7 @@ export default { { icon: 'el-icon-lx-cascades', index: 'table', - title: '基础表格' + title: '用户列表' }, { icon: 'el-icon-lx-copy', @@ -145,11 +145,6 @@ export default { } ] }, - { - icon: 'el-icon-lx-redpacket_fill', - index: '/donate', - title: '支持作者' - } ] }; }, diff --git a/src/components/page/BaseTable.vue b/src/components/page/BaseTable.vue index 25faa75..1f14645 100644 --- a/src/components/page/BaseTable.vue +++ b/src/components/page/BaseTable.vue @@ -3,7 +3,7 @@