投票增加节流

This commit is contained in:
aixianling
2023-01-06 09:59:20 +08:00
parent 06458155dd
commit 2ab09c73d5

View File

@@ -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) {