From d5cf2a600e1954c6ad3da0b2147efffaafd474d7 Mon Sep 17 00:00:00 2001 From: fengsen <2548667232@qq.com> Date: Tue, 9 Sep 2025 21:52:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=BA=A7=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=BC=AB=E6=B8=B8=E3=80=81=E6=91=84=E5=83=8F?= =?UTF-8?q?=E5=A4=B4=E3=80=81=E5=AE=9A=E4=BD=8D=E8=AE=BE=E5=A4=87=E3=80=81?= =?UTF-8?q?=E6=97=A0=E4=BA=BA=E6=9C=BA=E3=80=81=E6=91=84=E5=83=8F=E5=A4=B4?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- public/vite.svg | 1 + .../other/ys7Device/component/presetAdd.vue | 2 + .../ProjectScreen/components/centerPage.vue | 4 +- .../ProjectScreen/components/newmap.vue | 44 ++++--- .../ProjectScreen/components/video.vue | 109 ++++++++++++++++++ .../js/CesiumImageLabelEntity.js | 63 +++++----- 7 files changed, 180 insertions(+), 47 deletions(-) create mode 100644 public/vite.svg create mode 100644 src/views/projectLarge/ProjectScreen/components/video.vue diff --git a/.env.development b/.env.development index 2ee1390..038e52d 100644 --- a/.env.development +++ b/.env.development @@ -6,11 +6,11 @@ VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.209:8899' +# VITE_APP_BASE_API = 'http://192.168.110.209:8899' # 李陈杰 209 # VITE_APP_BASE_API = 'http://192.168.110.209:8899' # 曾涛 -# VITE_APP_BASE_API = 'http://192.168.110.180:8899' +VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 # VITE_APP_BASE_API = 'http://192.168.110.188:8899' # 朱银 diff --git a/public/vite.svg b/public/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/views/other/ys7Device/component/presetAdd.vue b/src/views/other/ys7Device/component/presetAdd.vue index 5262a88..80421f0 100644 --- a/src/views/other/ys7Device/component/presetAdd.vue +++ b/src/views/other/ys7Device/component/presetAdd.vue @@ -123,6 +123,8 @@ function addPre() { // 视频播放 function videoPlay(obj: any) { + console.log('objobjobj',obj); + getAccessToken().then((res: any) => { if (res.code == 200 && obj.deviceSerial) { flvPlayer.value = new EZUIKit.EZUIKitPlayer({ diff --git a/src/views/projectLarge/ProjectScreen/components/centerPage.vue b/src/views/projectLarge/ProjectScreen/components/centerPage.vue index 3a0a78a..d0c2451 100644 --- a/src/views/projectLarge/ProjectScreen/components/centerPage.vue +++ b/src/views/projectLarge/ProjectScreen/components/centerPage.vue @@ -1,7 +1,7 @@