From 1fc02b5f5a6c6a402fc00de40b5b039b8cd51eec Mon Sep 17 00:00:00 2001 From: fengerli <528575642@qq.com> Date: Thu, 5 Feb 2026 11:40:56 +0800 Subject: [PATCH] =?UTF-8?q?100J=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/100J/HBY100-J.js | 8 + pages/100J/HBY100-J.vue | 2898 +++++++++++++------------ pages/100J/audioManager/AudioList.vue | 2 +- pages/6170/callPolice/index.vue | 116 +- pages/common/index/index.vue | 6 +- utils/Common.js | 12 +- 6 files changed, 1563 insertions(+), 1479 deletions(-) diff --git a/api/100J/HBY100-J.js b/api/100J/HBY100-J.js index 078b289..2666c89 100644 --- a/api/100J/HBY100-J.js +++ b/api/100J/HBY100-J.js @@ -81,3 +81,11 @@ export function deviceUpdateVolume(data) { data:data }) } +// 语音播放 +export function deviceVoiceBroadcast(data) { + return request({ + url: `/app/hby100j/device/voiceBroadcast`, + method: 'post', + data:data + }) +} \ No newline at end of file diff --git a/pages/100J/HBY100-J.vue b/pages/100J/HBY100-J.vue index af09b27..79fd685 100644 --- a/pages/100J/HBY100-J.vue +++ b/pages/100J/HBY100-J.vue @@ -40,18 +40,18 @@ 设备状态 - {{ deviceInfo.onlineStatus === 0 ? '离线' : deviceInfo.onlineStatus + {{ deviceInfo.onlineStatus === 0 ? '离线' : deviceInfo.onlineStatus === 2 ? '故障' : '在线' }} 定位信息 - - + + {{ deviceInfo && deviceInfo.longitude ? Number(deviceInfo.longitude).toFixed(4) : '' }} {{ deviceInfo && deviceInfo.latitude ? Number(deviceInfo.latitude).toFixed(4) : '' }} - - + {{ deviceInfo.address }} @@ -97,12 +97,12 @@ - + - - @@ -210,512 +210,503 @@ \ No newline at end of file diff --git a/pages/100J/audioManager/AudioList.vue b/pages/100J/audioManager/AudioList.vue index 1396358..5f86a66 100644 --- a/pages/100J/audioManager/AudioList.vue +++ b/pages/100J/audioManager/AudioList.vue @@ -1,6 +1,6 @@