flx:修改视频监控编辑
This commit is contained in:
parent
e771e3bfde
commit
8b421215f0
@ -2582,7 +2582,12 @@ export default {
|
||||
// this.currentVideoTypeDetail.port = '123456';
|
||||
// this.currentVideoTypeDetail.appId = '66b4fc1d6703468c8ee93b2919a3f20b';
|
||||
// this.currentVideoTypeDetail.appSecret = '0a5836c68a7edabcc78e6a18f05bb317';
|
||||
editProjectVideoConfigApi(this.currentVideoTypeDetail).then((res) => {
|
||||
const params = {
|
||||
...this.currentVideoTypeDetail,
|
||||
}
|
||||
delete params.password;
|
||||
|
||||
editProjectVideoConfigApi(params).then((res) => {
|
||||
console.log("新添加服务配置", res);
|
||||
this.Popup.playPattern = false;
|
||||
this.Popup.accountConfig = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user