feat(头部导航栏): 修复返回图片显示问题
This commit is contained in:
parent
3de1524aa9
commit
51014f7cd8
@ -76,7 +76,9 @@ const props = defineProps({
|
|||||||
|
|
||||||
backImg: {
|
backImg: {
|
||||||
type: String,
|
type: String,
|
||||||
default: '/src/assets/icon/arrowBack.png',
|
default: () => {
|
||||||
|
return new URL('../assets/icon/arrowBack.png', import.meta.url).href
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user