1 首先在vue 中 自定义 一个全局函数 tempCloseCallUpdatedHooks var tempCloseCallUpdatedHooks=false; Vue.prototype.$tempCloseCallUpdatedHooks=function () { tempCloseCallUpdatedHooks=true; } 2 在 vue 中 flushSchedulerQueue 函数内的新增逻辑 `function flushSchedulerQueue () { currentFlushTimestamp = g...