<img width="484" height="409" alt="Image" src="https://github.com/user-attachments/assets/198a5769-d458-43b1-9bb1-f8424aed6639" /> 查看了源码,发现这里无法执行。this.fetch没有地方赋值,应该是判断this.ctrl是否为false吧,改为如下代码? ` stop() { this.ctrl&& (this.ctrl.abort(), this.isStop || (this.listener.onStop(), this.isStop = true)); } `
stop() { this.ctrl&& (this.ctrl.abort(), this.isStop || (this.listener.onStop(), this.isStop = true)); }