到图像的路径是正确的,但是它没有正确地插入到html中{backgroundImage:url('${getContentPath()}${PATH_SEP}${pdf.cover}')}
{backgroundImage:
}
yzxexxkh1#
不要使用绝对路径。或者把图片放在public文件夹中,通过URL引用。不要使用西里尔字母作为文件夹的名称!(https://www.freecodecamp.org/news/react-background-image-tutorial-how-to-set-backgroundimage-with-inline-css-style/)
public
1条答案
按热度按时间yzxexxkh1#
不要使用绝对路径。或者把图片放在
public
文件夹中,通过URL引用。不要使用西里尔字母作为文件夹的名称!(https://www.freecodecamp.org/news/react-background-image-tutorial-how-to-set-backgroundimage-with-inline-css-style/)