diff --git a/src/views/data/structure/index.vue b/src/views/data/structure/index.vue index 39e5d69..93b4c9f 100644 --- a/src/views/data/structure/index.vue +++ b/src/views/data/structure/index.vue @@ -34,29 +34,8 @@ export default { }, // 数据库 assetStructureList: [], - childrenList: [ - { - name: "sys_user", - as: "用户表", - dataTotal: 635847, - type: "dataTable", - childrenList: [] - }, - { - name: "sys_dept", - as: "部门表", - dataTotal: 362548, - type: "dataTable", - childrenList: [] - }, - { - name: "sys_notice", - as: "通知公告", - dataTotal: 6347, - type: "dataTable", - childrenList: [] - } - ] + // 数据库表 + childrenList: [] } }, created() {