解决办法
<!--在https中请求http接口或引入http资源都会被直接blocked(阻止)。因此使用META标签强制将http请求转成https(SSL协议)请求-->
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"/>
<!--在https中请求http接口或引入http资源都会被直接blocked(阻止)。因此使用META标签强制将http请求转成https(SSL协议)请求-->
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"/>