|
|
|
@ -64,7 +64,11 @@
|
|
|
|
|
v-for="(item, index) in picList"
|
|
|
|
|
:key="index"
|
|
|
|
|
>
|
|
|
|
|
<viewer class="bigpic" v-if="item.path.indexOf('videos') == -1">
|
|
|
|
|
<viewer
|
|
|
|
|
:options="OptionssalseImg"
|
|
|
|
|
class="bigpic"
|
|
|
|
|
v-if="item.path.indexOf('videos') == -1"
|
|
|
|
|
>
|
|
|
|
|
<img :src="item.path + '!1280x720'" />
|
|
|
|
|
|
|
|
|
|
<!-- <el-image :src="item.path" lazy></el-image> -->
|
|
|
|
@ -137,6 +141,16 @@ import { getSearchInfo, getRealtimePhoto } from "@/utils/api/index";
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
OptionssalseImg: {
|
|
|
|
|
inline: false,
|
|
|
|
|
button: true,
|
|
|
|
|
navbar: false,
|
|
|
|
|
title: false,
|
|
|
|
|
toolbar: false,
|
|
|
|
|
tooltip: false,
|
|
|
|
|
zoomable: true,
|
|
|
|
|
url: "src",
|
|
|
|
|
},
|
|
|
|
|
dyOptions: [], //电压数据
|
|
|
|
|
xlOptions: [], //线路数据
|
|
|
|
|
gtOptions: [], //杆塔数据
|
|
|
|
|