Can't other vue pages in weex display if they refer to local images?

it is possible to use file:/android_asset/images/default.png to access pictures in index.vue, but other created vue pages cannot display pictures with this path. Later, I built a picture server with nginx. In other vue pages, I changed the address of src into the url image address of the picture server, which could not be displayed and did not report an error. I don"t know how to get it

.
Mar.11,2021

display pictures need native implementation ImageAdapter, default official implementation of a simple version, need to be expanded according to the needs

Menu