|
@@ -97,7 +97,7 @@ getLocation 定位
|
|
|
<template v-for="(item,index) in installPic">
|
|
|
<div class="point-image" :key="index">
|
|
|
<i class="el-icon-delete" @click="delImage(index,installPic)"></i>
|
|
|
- <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.key +'&width=200&height=200'" alt>
|
|
|
+ <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.Key +'&width=200&height=200'" alt>
|
|
|
</div>
|
|
|
</template>
|
|
|
<load-img keyName="安装位置" @getKey="getKey"></load-img>
|
|
@@ -107,7 +107,7 @@ getLocation 定位
|
|
|
<template v-for="(item,index) in panorama">
|
|
|
<div class="point-image" :key="index">
|
|
|
<i class="el-icon-delete" @click="delImage(index,panorama)"></i>
|
|
|
- <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.key +'&width=200&height=200'" alt>
|
|
|
+ <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.Key +'&width=200&height=200'" alt>
|
|
|
</div>
|
|
|
</template>
|
|
|
<load-img keyName="全景照片" @getKey="getKey"></load-img>
|
|
@@ -117,7 +117,7 @@ getLocation 定位
|
|
|
<template v-for="(item,index) in rimPic">
|
|
|
<div class="point-image" :key="index">
|
|
|
<i class="el-icon-delete" @click="delImage(index,rimPic)"></i>
|
|
|
- <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.key +'&width=200&height=200'" alt>
|
|
|
+ <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.Key +'&width=200&height=200'" alt>
|
|
|
</div>
|
|
|
</template>
|
|
|
<load-img keyName="周边照片" @getKey="getKey"></load-img>
|
|
@@ -127,7 +127,7 @@ getLocation 定位
|
|
|
<template v-for="(item,index) in videoPic">
|
|
|
<div class="point-image" :key="index">
|
|
|
<i class="el-icon-delete" @click="delImage(index,videoPic)"></i>
|
|
|
- <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.key +'&width=200&height=200'" alt>
|
|
|
+ <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.Key +'&width=200&height=200'" alt>
|
|
|
</div>
|
|
|
</template>
|
|
|
<load-img keyName="视频" @getKey="getKey"></load-img>
|
|
@@ -137,7 +137,7 @@ getLocation 定位
|
|
|
<template v-for="(item,index) in elsePic">
|
|
|
<div class="point-image" :key="index">
|
|
|
<i class="el-icon-delete" @click="delImage(index,elsePic)"></i>
|
|
|
- <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.key +'&width=200&height=200'" alt>
|
|
|
+ <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.Key +'&width=200&height=200'" alt>
|
|
|
</div>
|
|
|
</template>
|
|
|
<load-img keyName="其他照片" @getKey="getKey"></load-img>
|