优化页面云台逻辑,重新设计预置点/巡航组/自动扫描/雨刷/辅助开关的页面,支持光圈放大缩小,支持焦距放大缩小

This commit is contained in:
648540858
2024-11-13 17:12:57 +08:00
parent 6e8c7708b5
commit d720275ada
9 changed files with 345 additions and 97 deletions

View File

@@ -227,7 +227,7 @@ export default {
}
}).then((res)=> {
if (res.data.code === 0) {
this.presetList.splice(index, 1)
this.presetList = []
}else {
this.$message({
showClose: true,