fis
fis copied to clipboard
js引入的图片文件,执行fisp release -coumpd 之后图片文件会加上md5,导致js中引用的图片找不到了,有啥方法解决么?
js引入的图片文件,执行fisp release -coumpd 之后图片文件会加上md5,导致js中引用的图片找不到了,有啥方法解决么?
请参考文档,js 中使用图片,请使用
__uri('a.png')
这个方式使得代码只能发布后才能用了,无法直接运行。