``` hookAjax({ ontimeout: function(){ console.log('timeout'); } }) $.ajax({ url: '任意接口', timeout: 1000, }) ``` 将浏览器调到慢网 是不是应该预期显示timeout?目前没有显示