From 04350a9440bb8977c20684577ca3f4532376604a Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 3 Jan 2023 15:08:17 +0800 Subject: [PATCH] BUG 19 --- src/project/fengdu/AppVote/AppVote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/fengdu/AppVote/AppVote.vue b/src/project/fengdu/AppVote/AppVote.vue index da011647..46fe9239 100644 --- a/src/project/fengdu/AppVote/AppVote.vue +++ b/src/project/fengdu/AppVote/AppVote.vue @@ -50,7 +50,7 @@ export default { getList() { this.$http.post("/app/appvideoinfo/list", null, { withoutToken: !this.user.token, - param: {size: 20} + params: {size: 20} }).then(res => { if (res?.data) { this.list = res.data.records