出现Mixed Content: The page at 'https://xxxxx' was loaded over HTTPS, but requested an insecure frame 'http://xxxxxx'. This request has been blocked; the content must be served over HTTPS.
可以通过在html的head节点加入以下内容解决
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">