mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix 编码斜杠禁用的反代无法加载图片 修改url编码
This commit is contained in:
@@ -31,7 +31,7 @@ const getImgUrl = computed(() => {
|
||||
if (imageLoadError.value)
|
||||
return noImage
|
||||
const image = props.media?.image || ''
|
||||
return `${import.meta.env.VITE_API_BASE_URL}system/img/0/${image}`
|
||||
return `${import.meta.env.VITE_API_BASE_URL}system/img/0/${encodeURI(image)}`
|
||||
})
|
||||
|
||||
// 跳转播放
|
||||
|
||||
Reference in New Issue
Block a user