From c771611966dd7c8f0f412f88285a3a0dfc7fd282 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 4 Jan 2023 11:27:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f9440f77..5829c32f 100644 --- a/src/project/fengdu/AppVote/AppVote.vue +++ b/src/project/fengdu/AppVote/AppVote.vue @@ -51,7 +51,7 @@ export default { }, getList() { this.$http.post("/app/appvideoinfo/list", null, { - withoutToken: !this.user.token, + withoutToken: true, params: {size: 20} }).then(res => { if (res?.data) {