I use mint-ui 's lazyload, to set up different error images on different module pages.

clipboard.png

my settings in main.js. This works for all images that use lazyload, but because different picture types want to display different error images after loading failure, how to set it

Mar.04,2021

is written as vmurlazy = "{src:item.img,loading:require ('.. / images/loading.png'), error:require ('.. / images/error.png')}"

Menu