diff --git a/litemall-admin/src/views/dashboard/index.vue b/litemall-admin/src/views/dashboard/index.vue index efc45254..7d7a0f89 100644 --- a/litemall-admin/src/views/dashboard/index.vue +++ b/litemall-admin/src/views/dashboard/index.vue @@ -67,7 +67,7 @@ export default { } }, created() { - info(this.listQuery).then(response => { + info().then(response => { this.userTotal = response.data.data.userTotal this.goodsTotal = response.data.data.goodsTotal this.productTotal = response.data.data.productTotal