flx:提交

This commit is contained in:
Rain_ 2025-09-29 09:24:19 +08:00
parent 9fdef95bf5
commit c3da3e26e9
2 changed files with 3 additions and 3 deletions

View File

@ -375,7 +375,7 @@
<el-input v-model="currentVideoTypeDetail.account" placeholder="请输入"></el-input>
</el-form-item>
<el-form-item label="调度台密码">
<el-input v-model="currentVideoTypeDetail.port" placeholder="请输入"></el-input>
<el-input v-model="currentVideoTypeDetail.password" placeholder="请输入"></el-input>
</el-form-item>
<el-form-item label="版本">
<el-radio-group v-model="currentVideoTypeDetail.version">
@ -1784,7 +1784,7 @@ export default {
saveAccountConfig() {
// console.log('saveAccountConfig', this.currentVideoTypeDetail.appId)
// this.currentVideoTypeDetail.account = 'C86695622';
// this.currentVideoTypeDetail.port = '123456';
// this.currentVideoTypeDetail.password = '123456';
// this.currentVideoTypeDetail.appId = '66b4fc1d6703468c8ee93b2919a3f20b';
// this.currentVideoTypeDetail.appSecret = '0a5836c68a7edabcc78e6a18f05bb317';
editProjectPoliceCameraConfigApi(this.currentVideoTypeDetail).then(

View File

@ -1827,7 +1827,7 @@ export default {
saveAccountConfig() {
// console.log('saveAccountConfig', this.currentVideoTypeDetail.appId)
// this.currentVideoTypeDetail.account = 'C86695622';
// this.currentVideoTypeDetail.port = '123456';
// this.currentVideoTypeDetail.password = '123456';
// this.currentVideoTypeDetail.appId = '66b4fc1d6703468c8ee93b2919a3f20b';
// this.currentVideoTypeDetail.appSecret = '0a5836c68a7edabcc78e6a18f05bb317';
editSmartBroadcastConfigApi(this.currentVideoTypeDetail).then((res) => {