[1078] 优化鉴权码位置,支持1078国标级联

This commit is contained in:
lin
2025-08-06 15:17:44 +08:00
parent e555df52d3
commit 1da487f02a
20 changed files with 129 additions and 647 deletions

View File

@@ -544,7 +544,7 @@ const actions = {
},
seekPlayback({ commit }, params) {
return new Promise((resolve, reject) => {
resumePlayback(params).then(response => {
seekPlayback(params).then(response => {
const { data } = response
resolve(data)
}).catch(error => {