After chrome debugs, AXIos polls to implement HTTP GET requests,

Refresh the page in real time, after everything is normal, test again in IE10, the result of the page does not refresh. At first I thought it was a compatibility issue between VUE and IE, but later I found that IE caches HTTP requests by default, so there is no data refresh.

At the same time, do not write console.log in Internet Explorer. Otherwise, the debug function can be executed when you open Internet Explorer.