// 图片懒加载 Vue.use(VueLazyload, { preLoad: 1.3, loading:'./img/loading.gif', error: './img/imageNotFound.png', attempt: 1 })