We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题:上传图片后,图片的地址不是https开头的,需要再上传多一张图片,才可以让图片变成https;但是最后上传的那张就不是https开头的
复现步骤: 1.建立好模型,上传一条数据,并带上图片;可以看到数据库中,图片数组的最后一张开头是cloud
2.在CMS中上传多一张图片
3.这时候回去数据库看,第四张图的路径变成https开头,但是最后那张还是cloud开头
期望: 所有上传的图片插入数据库时都能以https的形式插入
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
问题:上传图片后,图片的地址不是https开头的,需要再上传多一张图片,才可以让图片变成https;但是最后上传的那张就不是https开头的
复现步骤:
1.建立好模型,上传一条数据,并带上图片;可以看到数据库中,图片数组的最后一张开头是cloud
2.在CMS中上传多一张图片
3.这时候回去数据库看,第四张图的路径变成https开头,但是最后那张还是cloud开头
期望:
所有上传的图片插入数据库时都能以https的形式插入
The text was updated successfully, but these errors were encountered: