From ac45596551c42e69a34f0f4ab41c9821969c6fbc Mon Sep 17 00:00:00 2001 From: XieYongHong <18010623010@163.com> Date: Tue, 23 May 2023 10:15:25 +0800 Subject: [PATCH] fix: bug#14090 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * style: 更换首页图片 * fix: bug#12031 * fix: 修复产品跳转设备列表,查询显示错误问题 * fix: 修复修改密码错误提示 * fix: bug#14088 * fix: bug#14090 --- src/api/media/channel.ts | 2 +- src/components/Search/Search.vue | 3 +- .../Center/components/EditPasswordDialog.vue | 15 ++- .../Instance/Detail/Running/Event/index.vue | 1 + .../Detail/Running/Property/ValueRender.vue | 6 +- .../Product/Detail/DeviceAccess/index.vue | 9 +- src/views/device/Product/Detail/index.vue | 2 +- .../components/ComprehensiveHome/index.vue | 2 +- .../AccessConfig/components/Plugin/index.vue | 3 +- .../media/Device/Channel/Live/index.less | 2 +- src/views/media/Device/Channel/Live/index.vue | 125 +++++++++++++----- vite.config.ts | 4 +- 12 files changed, 122 insertions(+), 52 deletions(-) diff --git a/src/api/media/channel.ts b/src/api/media/channel.ts index e7b53af3..06b80f65 100644 --- a/src/api/media/channel.ts +++ b/src/api/media/channel.ts @@ -42,7 +42,7 @@ export default { server.post(`/media/device/${deviceId}/${channelId}/_record`, data), // 停止录像 - recordStop: (deviceId: string, channelId: string, data: any) => + recordStop: (deviceId: string, channelId: string, data?: any) => server.post(`/media/device/${deviceId}/${channelId}/_stop-record`, data), // 查询本地回放记录 diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue index 021a0d7d..005db593 100644 --- a/src/components/Search/Search.vue +++ b/src/components/Search/Search.vue @@ -1,5 +1,5 @@