Mixed Content: The page at 'https://XXXXXX' was loaded over HTTPS, but requested an insecure frame 'http://XXXXX'. This request has been blocked; the content must be served over HTTPS.
前端如何修改
Mixed Content: The page at 'https://XXXXXX' was loaded over HTTPS, but requested an insecure frame 'http://XXXXX'. This request has been blocked; the content must be served over HTTPS.
前端如何修改
给html加上这个试试<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> 一般在index.html再或者让后端设置一下