摘要:
这个每次都忘记记录了 this.citylist = JSON.parse( JSON.stringify(res.data[0].children).replace(/xzqmc/g, 'text').replace(/xzqbm/g, 'id') ); 阅读全文
摘要:
先在index.html里面引入tour.js 在页面中展示全景图片 阅读全文
摘要:
1、将krpano文件放到static文件下 并在index.htm里面引入tour.js embedpano是全景内容的嵌入函数,挂载在id=pano的元素上,之所以在mounted函数中嵌入,是因为需要等待元素加载完成才能渲染,否则会报错。因为vue组件只能有一个根元素,所以我们需要在id=pa 阅读全文