ZhangNanBin/BMS-HTML-PHP

tets

Closed this issue · 0 comments

return this.transformOptions(options_) .then(transformedOptions_ => { return this.instance.request(transformedOptions_); }) .then((_response: AxiosResponse) => { // Return to 20x code to enter return this.processLogin(_response); });

Increase catch

return this.transformOptions(options_, apiName_) .then(transformedOptions_ => { return this.instance.request(transformedOptions_); }) .then((_response: AxiosResponse) => { return this.processLogin(_response); }) .catch((_error: any) => { });