Commit da67cf7bbd23979c409fbec5cba90c17488a3865

Authored by 后端研发-苏明海
2 parents b471d593 5ac27a0e

Merge branch 'test' into 'qa'

Test

See merge request !222
Showing 1 changed file with 1 additions and 1 deletions
utils/request.js
... ... @@ -209,7 +209,7 @@ module.exports = {
209 209 time_limit_get(time,url,data){
210 210 var req=this.get(url,data);
211 211 setTimeout(function () {
212   - req.abort();
  212 + if(req) req.abort();
213 213 },time*1000)
214 214 }
215 215  
... ...