目录

ajax 请求路径301跳转后https降级为http

检查你的nginx 配置,应该是没有把scheme传递过去

添加一行

 proxy_set_header X-Forwarded-Proto $scheme;