提交 99a9e9dd 编写于 作者: D DCloud_LXH

feat: web-ext-storage 图片添加 lazy

上级 eb7cbec1
......@@ -40,7 +40,7 @@ function addLoadingAttr(attribs) {
*/
function matchSrc(src) {
return typeof src === 'string'
? src.indexOf('qiniu-web-assets.dcloud.net.cn') > -1
? (src.indexOf('qiniu-web-assets.dcloud.net.cn') > -1 || src.indexOf('web-ext-storage.dcloud.net.cn') > -1)
: false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册