1.从浏览器到真机的过程中会遇到$http.get()请求空白的情况,此种情况叫做白名单,这种情况不适合用取本地的写死文件,要用于网络http请求
2.如何修改;
1、需要安装一下:cordova-plugin-whitelist插件 [命令:cordova plugin add cordova-plugin-whitelist ] 2、然后看来config.xml里是否已经加上了 其中 * 代表所有域
3.重新ionic build android
4.ionic run android