比如控制在3s内只执行一次: 那么在main.js里放入: // 防抖处理 - 先执行 const on = Vue.prototype.$on; Vue.prototype.$on = function