From 89daea1b369ed1fac6edca0e9a5ec32e6c7f0df4 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 23 Jun 2021 10:15:33 +0800
Subject: [PATCH] 名称修改
---
public/map/popup/html/SupervisoryMapPdata.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/public/map/popup/html/SupervisoryMapPdata.html b/public/map/popup/html/SupervisoryMapPdata.html
index 0d28c7f..3bb4a7f 100644
--- a/public/map/popup/html/SupervisoryMapPdata.html
+++ b/public/map/popup/html/SupervisoryMapPdata.html
@@ -236,14 +236,14 @@
v-show="imgSrc.length > 0"></el-image>
<span v-show="imgSrc.length == 0">暂无现场图片</span>
</el-card> -->
-
+
<el-card class="scene-image-box">
<!-- <el-image v-for="url in imgSrc" :key="url" :src="url" :preview-src-list="srcList" v-show="imgSrc.length"></el-image> -->
<el-image v-for="url in imgSrc" :key="url" :src="url" v-show="imgSrc.length"></el-image>
<span v-show="imgSrc.length == 0">暂无现场图片</span>
</el-card>
-
-
+
+
</el-tab-pane>
<el-tab-pane label="现场视频" name="third">
<el-card>
@@ -331,7 +331,7 @@
// console.log(this.datas.id)
axios({
method: "post",
- url: "/api/blade-jfpts/feedback/feedback/selectFeedEdit",
+ url: "/api/feedback/feedback/selectFeedEdit",
params: {
jid: this.datas.id,
},
@@ -364,4 +364,4 @@
</script>
</body>
-</html>
\ No newline at end of file
+</html>
--
Gitblit v1.9.3