diff --git a/client/public/js/ZLMRTCClient.js b/client/public/js/ZLMRTCClient.js index 5a500e4..8e81d7b 100644 --- a/client/public/js/ZLMRTCClient.js +++ b/client/public/js/ZLMRTCClient.js @@ -474,7 +474,6 @@ function ZLMRTCClient_(exports) { } }; constraints = JSON.parse(JSON.stringify(constraints)); - remap(constraints.audio, 'autoGainControl', 'googAutoGainControl'); remap(constraints.audio, 'noiseSuppression', 'googNoiseSuppression'); constraints.audio = constraintsToChrome_(constraints.audio); } diff --git a/client/src/components/OfficerSelector.vue b/client/src/components/OfficerSelector.vue index 86895d5..7a62fec 100644 --- a/client/src/components/OfficerSelector.vue +++ b/client/src/components/OfficerSelector.vue @@ -354,12 +354,6 @@ import { officers } from '../api/lawenforcement/Officer' // 不立即更新v-model,等用户点击确认按钮时再更新 } - // 清空所有选择 - function clearSelection() { - selectedPeople.value = [] - // 不立即更新v-model,等用户点击确认按钮时再更新 - } - function isPersonSelected(personId) { return selectedPeople.value.some((p) => p.id === personId) } diff --git a/client/src/router/index.js b/client/src/router/index.js index 9c3793a..a52f723 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -471,7 +471,7 @@ const baseRoutes = [ name: '_zfwsgl', component: () => import('@views/xzzfgl/zfwsgl.vue'), meta: { - title: '文书管理', + title: '执法文书管理', }, }, { diff --git a/client/src/views/common/MultiplePicture.vue b/client/src/views/common/MultiplePicture.vue index efb514e..06ccb4e 100644 --- a/client/src/views/common/MultiplePicture.vue +++ b/client/src/views/common/MultiplePicture.vue @@ -16,7 +16,7 @@ :file-list="pictureList" accept="image/gif,image/jpg,image/jpeg,image/png,image/GIF,image/JPG"> - +