axios interceptor Introduction

interceptors interceptors

What interceptor generally do?

  1. modify some configuration items request header

  2. Add an icon to the process of requesting a number of requests

  3. add parameters to the requesting

The basic syntax interceptor:

  

Interceptors into the global and local interceptor interceptors

  Global interceptors:

    

  Local interceptor

    

 

Guess you like

Origin www.cnblogs.com/yanghuiting/p/11426253.html