flx:提交
This commit is contained in:
parent
9fdef95bf5
commit
c3da3e26e9
@ -375,7 +375,7 @@
|
|||||||
<el-input v-model="currentVideoTypeDetail.account" placeholder="请输入"></el-input>
|
<el-input v-model="currentVideoTypeDetail.account" placeholder="请输入"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="调度台密码">
|
<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>
|
||||||
<el-form-item label="版本">
|
<el-form-item label="版本">
|
||||||
<el-radio-group v-model="currentVideoTypeDetail.version">
|
<el-radio-group v-model="currentVideoTypeDetail.version">
|
||||||
@ -1784,7 +1784,7 @@ export default {
|
|||||||
saveAccountConfig() {
|
saveAccountConfig() {
|
||||||
// console.log('saveAccountConfig', this.currentVideoTypeDetail.appId)
|
// console.log('saveAccountConfig', this.currentVideoTypeDetail.appId)
|
||||||
// this.currentVideoTypeDetail.account = 'C86695622';
|
// this.currentVideoTypeDetail.account = 'C86695622';
|
||||||
// this.currentVideoTypeDetail.port = '123456';
|
// this.currentVideoTypeDetail.password = '123456';
|
||||||
// this.currentVideoTypeDetail.appId = '66b4fc1d6703468c8ee93b2919a3f20b';
|
// this.currentVideoTypeDetail.appId = '66b4fc1d6703468c8ee93b2919a3f20b';
|
||||||
// this.currentVideoTypeDetail.appSecret = '0a5836c68a7edabcc78e6a18f05bb317';
|
// this.currentVideoTypeDetail.appSecret = '0a5836c68a7edabcc78e6a18f05bb317';
|
||||||
editProjectPoliceCameraConfigApi(this.currentVideoTypeDetail).then(
|
editProjectPoliceCameraConfigApi(this.currentVideoTypeDetail).then(
|
||||||
|
|||||||
@ -1827,7 +1827,7 @@ export default {
|
|||||||
saveAccountConfig() {
|
saveAccountConfig() {
|
||||||
// console.log('saveAccountConfig', this.currentVideoTypeDetail.appId)
|
// console.log('saveAccountConfig', this.currentVideoTypeDetail.appId)
|
||||||
// this.currentVideoTypeDetail.account = 'C86695622';
|
// this.currentVideoTypeDetail.account = 'C86695622';
|
||||||
// this.currentVideoTypeDetail.port = '123456';
|
// this.currentVideoTypeDetail.password = '123456';
|
||||||
// this.currentVideoTypeDetail.appId = '66b4fc1d6703468c8ee93b2919a3f20b';
|
// this.currentVideoTypeDetail.appId = '66b4fc1d6703468c8ee93b2919a3f20b';
|
||||||
// this.currentVideoTypeDetail.appSecret = '0a5836c68a7edabcc78e6a18f05bb317';
|
// this.currentVideoTypeDetail.appSecret = '0a5836c68a7edabcc78e6a18f05bb317';
|
||||||
editSmartBroadcastConfigApi(this.currentVideoTypeDetail).then((res) => {
|
editSmartBroadcastConfigApi(this.currentVideoTypeDetail).then((res) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user