無論怎么改 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
沒人知道為什么,但是它就是好的