Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
630 views
in Technique[技术] by (71.8m points)

ionic应用打包部署了,但是连接不上服务器,就连写一个a标签链接到百度都不可以

ionic的应用安装好在Android手机里了,进入应用也没有问题,但是登录不了,发现无法连接服务器,于是我再写一个链接指向百度,就连百度都访问不了(但是我的手机是有网的!!)求解

clipboard.png


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

已经解决了,先卸载白名单插件,再安装一遍

cordova plugin remove cordova-plugin-whitelist

cordova plugin add cordova-plugin-whitelist

注:如果之前没有安装此插件就输入第二句就可以了

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...