检查是否全站开启https,如果有http请求也是不行的,可以在html head里添加 <!--自动将http请求转化为https请求--> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
检查是否全站开启https,如果有http请求也是不行的,可以在html head里添加