1.在main.js文件中,添加以下代码:
复制使用:文章来源:https://www.toymoban.com/news/detail-681620.html
// 图片使用网络地址
Vue.prototype.localImgSrc = function(img){
//项目的地址域名,例如百度
return "https://baidu.cn/static/index/images/" + img;
}
2.在页面中直接使用:
文章来源地址https://www.toymoban.com/news/detail-681620.html
<image :src="localImgSrc('bg@2x.png')" mode=""></image>
ok!
到了这里,关于uniapp 开发小程序,封装一个方法,让图片使用线上地址的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!