修复相关BUG

This commit is contained in:
lin
2025-11-04 11:22:03 +08:00
parent f8235d5b3f
commit 0eefabd034
10 changed files with 24 additions and 40 deletions

View File

@@ -235,7 +235,7 @@ export default {
updateLooper: 0, // 数据刷新轮训标志
searchStr: '',
channelType: '',
online: 'true',
online: '',
subStream: '',
winHeight: window.innerHeight - 200,
currentPage: this.defaultPage | 1,