import pLimit from 'p-limit'; const limit = pLimit(1); //限流个数const datas ... forOwn(datas, data => { loadDatas.push( limit(() => this.
確定! 回上一頁