Naccl / NBlog

🍓 Spring Boot + Vue 前后端分离博客系统 https://naccl.top

Home Page:https://naccl.top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

后台管理端出现图床预览bug

hyf-github-user opened this issue · comments

commented

admin后台的前端中UpyunManage组件中有一个bug,预览的图片cdn链接不能正常显示应该为:imgCdnUrl(file) {
return http://${this.upyunConfig.domain}${this.imgPath(file)}
},
。还有一个问题就是在nginx部署cdn域名的ssl证书时应该怎样部署呀?望大哥发一个参考的。

你的意思是URL前需要加上 http://,其实这个应该填在配置里的,因为我也不知道你要用 https 还是 http,需要自己配置的
image

cdn 的 ssl 不需要配到 nginx,因为是访问的又拍云,需要在又拍云的控制台配置
image