扫码入企详情、执法记录仪撒点

This commit is contained in:
renhao02 2025-04-18 15:32:58 +08:00
parent 1f5895fd0e
commit 1a60da2e44
6 changed files with 13 additions and 10 deletions

View File

@ -474,6 +474,7 @@ function ZLMRTCClient_(exports) {
} }
}; };
constraints = JSON.parse(JSON.stringify(constraints)); constraints = JSON.parse(JSON.stringify(constraints));
remap(constraints.audio, 'noiseSuppression', 'googNoiseSuppression'); remap(constraints.audio, 'noiseSuppression', 'googNoiseSuppression');
constraints.audio = constraintsToChrome_(constraints.audio); constraints.audio = constraintsToChrome_(constraints.audio);
} }

View File

@ -354,6 +354,7 @@ import { officers } from '../api/lawenforcement/Officer'
// v-model // v-model
} }
function isPersonSelected(personId) { function isPersonSelected(personId) {
return selectedPeople.value.some((p) => p.id === personId) return selectedPeople.value.some((p) => p.id === personId)
} }

View File

@ -442,14 +442,14 @@ const baseRoutes = [
}, },
] ]
}, },
// { {
// path: 'smrq', path: 'smrq',
// name: '_smrq', name: '_smrq',
// component: () => import('@views/xzzfgl/smrq.vue'), component: () => import('@views/xzzfgl/smrq.vue'),
// meta: { meta: {
// title: '扫码入企', title: '扫码入企',
// }, },
// }, },
{ {
path: 'jcbgl', path: 'jcbgl',
name: '_jcbgl', name: '_jcbgl',

View File

@ -16,7 +16,7 @@
:file-list="pictureList" :file-list="pictureList"
accept="image/gif,image/jpg,image/jpeg,image/png,image/GIF,image/JPG"> accept="image/gif,image/jpg,image/jpeg,image/png,image/GIF,image/JPG">
<el-icon> <el-icon>
<Plus/>
</el-icon> </el-icon>
</el-upload> </el-upload>
<el-upload v-if="mergeParameters.mode === 'detail'" <el-upload v-if="mergeParameters.mode === 'detail'"

View File

@ -6,7 +6,7 @@ import com.aisino.iles.lawenforcement.service.QrCodeService;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
/** /**
* 综合执法/扫码入企 * 扫码入企
*/ */
@RestController @RestController
@RequestMapping("/api/qrcode") @RequestMapping("/api/qrcode")

View File

@ -104,6 +104,7 @@ third-party:
save: ${sso.base_url}/jcxxgl/company/jbxx/save save: ${sso.base_url}/jcxxgl/company/jbxx/save
token: ${sso.base_url}/uaa/oauth/backendServiceToken token: ${sso.base_url}/uaa/oauth/backendServiceToken
refresh: ${sso.base_url}/uaa/oauth/token refresh: ${sso.base_url}/uaa/oauth/token
produceLicensePage: ${sso.base_url}/jcxxglApi/djbQyscxk/queryPage produceLicensePage: ${sso.base_url}/jcxxglApi/djbQyscxk/queryPage
hazardPage: ${sso.base_url}/jcxxglApi/djbQyyhxx/queryPage hazardPage: ${sso.base_url}/jcxxglApi/djbQyyhxx/queryPage
sourcesDangerPage: ${sso.base_url}/jcxxglApi/djbQyzdbw/queryPage sourcesDangerPage: ${sso.base_url}/jcxxglApi/djbQyzdbw/queryPage