在config中注入$sceDelegateProvider服务使用resourceUrlWhitelist([])方法添加白名单
跨域时将method的属性设置为"jsonp"就可以访问了
app.config(["$sceDelegateProvider",function($sceDelegateProvider){
$sceDelegateProvider.resourceUrlWhitelist([ <span style="white-space:pre;"> </span>//跨域添加白名单
"self",
"http://datainfo.duapp.com/**"
]);
}
]);
$http({
method:"JSONP",
url:"http://datainfo.duapp.com/shopdata/getGoods.php",
params:{classID:$stateParams.classID}
})相信看了本文案例你已经掌握了方法,更多精彩请关注Gxl网其它相关文章!
推荐阅读:
Node使用Puppeteer做爬虫
Angular ng-animate与ng-cookies如何在项目内使用
Copyright © 2019- ahftz.com 版权所有
违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务