无论怎么改 config.xml 

<allow-navigation href="http://*/*" />
  <allow-intent href="*" />
  <access origin="*" />

都是没效果的,后来在

http://stackoverflow.com/questions/30161952/ionic-angular-how-to-avoid-the-404-not-found-from-cache-after-post-reque

上找到了答案

先卸载白名单插件,再安装一遍

cordova plugin remove cordova-plugin-whitelist

cordova plugin add cordova-plugin-whitelist

没人知道为什么,但是它就是好的

相关文章:

  • 2021-06-24
  • 2022-12-23
  • 2022-02-13
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2021-08-30
猜你喜欢
  • 2021-06-29
  • 2021-05-16
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案