for the pages embedded in Wechat"s official account, some APIs do not work properly after they have been used for a period of time, but clearing the cache can work properly. Why?
part of the code is as follows:
this.$axios.post("url")
.then(res => { ... });
.catch(error => { ... }); // then