From 2ab09c73d5c7a3a23883cebfbbe1e46cc869c2b0 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 6 Jan 2023 09:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E7=A5=A8=E5=A2=9E=E5=8A=A0=E8=8A=82?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppVote/voteDetail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/project/fengdu/AppVote/voteDetail.vue b/src/project/fengdu/AppVote/voteDetail.vue index bd26bc47..98ed92f8 100644 --- a/src/project/fengdu/AppVote/voteDetail.vue +++ b/src/project/fengdu/AppVote/voteDetail.vue @@ -42,6 +42,7 @@ export default { if (!this.canotVote) { const {id} = this.$route.query this.$http.post("/app/appvideovoteinfo/voteByVideoId", null, { + throttle: 1000, params: {id} }).then(res => { if (res?.code == 0) {