图片路径问题

This commit is contained in:
lmj
2022-10-15 17:33:25 +08:00
parent 75c7d055ba
commit 6db89f2dc0
10 changed files with 10 additions and 10 deletions

View File

@@ -293,7 +293,7 @@ export default {
<style scoped lang="scss">
.article-banner{
height: 240px;
background: url('/images/article-banner.png');
background: url('../../../../public/images/article-banner.png');
}
.course-resources{