Vue's axio request cannot be requested when an error is reported in the edge browser.

error Unhandled promise rejection Error: Network Error

introducing
import promise from "es6-promise"
promise.polyfill ()
into IE solves the problem that IE cannot request, but it doesn"t work on edge browsers. How to solve this problem

?
Apr.07,2021

just said whether NetWork Error, has a specific error message.


how did you solve it in the end? I also encountered this problem

.
Menu