From c3e22a8654000519cabf0b5dfcf95579ceb74d50 Mon Sep 17 00:00:00 2001 From: songwenxuan <1924103812@qq.com> Date: Mon, 29 Jan 2024 11:18:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?cmt=E6=B8=AF=E5=9C=B0=E5=9B=BE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 5e340c7..09aff70 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -373,7 +373,7 @@ export default { 'x': 118.43701, 'y': 38.9866 }, - CORP_INFO_ID: 'c077f4ed66844ed4a191a36fa1fc641c' + CORP_INFO_ID: '6aa255d41602497fa0f934a822820df4' } ], branchPoint: [], From 4cdccfafa781b9001c4f65ab7a5724a12e1bb107 Mon Sep 17 00:00:00 2001 From: songwenxuan <1924103812@qq.com> Date: Mon, 29 Jan 2024 11:55:14 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B9=E7=85=A4?= =?UTF-8?q?=E7=82=AD=E6=B8=AF=E5=9C=B0=E5=9B=BE=E8=A7=86=E9=A2=91=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/dialog/index.vue | 3 ++ src/views/map/dialog/video_play_cmt.vue | 66 +++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 src/views/map/dialog/video_play_cmt.vue diff --git a/src/views/map/dialog/index.vue b/src/views/map/dialog/index.vue index 785972c..3fa0729 100644 --- a/src/views/map/dialog/index.vue +++ b/src/views/map/dialog/index.vue @@ -15,6 +15,7 @@ + @@ -79,6 +80,7 @@ import blindboardOrder from './blindboardOrder.vue' import breakgroundOrder from './breakgroundOrder.vue' import hoistingOrder from './hoistingOrder.vue' import videoPlay from './video_play.vue' +import videoPlayCmt from './video_play_cmt.vue' import videoPlayCfd from './video_play_cfd.vue' import videoPlayPlat from './video_play_plat.vue' import videoPlayBianjieruqin from './video_play_bianjieruqin.vue' @@ -118,6 +120,7 @@ export default { breakgroundOrder, hoistingOrder, videoPlay, + videoPlayCmt, videoPlayCfd, videoPlayPlat, hotworkCfdD, diff --git a/src/views/map/dialog/video_play_cmt.vue b/src/views/map/dialog/video_play_cmt.vue new file mode 100644 index 0000000..706f9b7 --- /dev/null +++ b/src/views/map/dialog/video_play_cmt.vue @@ -0,0 +1,66 @@ + + + + + From fe9303df2c81630cf4eeb801c7bfab98d039ffaf Mon Sep 17 00:00:00 2001 From: songwenxuan <1924103812@qq.com> Date: Mon, 29 Jan 2024 12:08:05 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B9=E7=85=A4?= =?UTF-8?q?=E7=82=AD=E6=B8=AF=E5=9C=B0=E5=9B=BE=E4=BA=BA=E5=91=98=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=E7=BB=9F=E8=AE=A1=E9=A1=B5=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/components/renyuanCmt.vue | 418 ++++++++++++++++++++++++ src/views/map/index.vue | 9 +- 2 files changed, 426 insertions(+), 1 deletion(-) create mode 100644 src/views/map/components/renyuanCmt.vue diff --git a/src/views/map/components/renyuanCmt.vue b/src/views/map/components/renyuanCmt.vue new file mode 100644 index 0000000..138a6cf --- /dev/null +++ b/src/views/map/components/renyuanCmt.vue @@ -0,0 +1,418 @@ + + + + + diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 09aff70..64ce599 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -84,7 +84,7 @@ :area="area" :gangkou="gangkouActive"/> @@ -98,6 +98,11 @@ :corp-info-id="CORP_INFO_ID" :area="area" :gangkou="gangkouActive"/> +