How to use Polyfill to solve the compatibility problem of axios URLSearchParams IE and Edge browsers?

introduced babel-polyfill

conf.js

in main.js

in that case, the compatibility of axios URLSearchParams IE and Edge browsers has not been solved

Please tell me what else needs to be done


simple why not use URLSearchParams..
use other methods of putting parameters

Menu