Use Vant uploader to upload pictures, local can be displayed, binding to the image resources on the output is not displayed

fileList: [
        { url: 'https://img.yzcdn.cn/vant/cat.jpeg'}, // Uploader can be used to determine whether the file is a picture or not // If the image URL does not contain type information, it can be used to declare {URL:'https://cloud-image', isImage: true}]Copy the code

The above is the resource binding method for official documents

And my image address is.jpeg

IsImage: true is required