修复推流列表和拉流代理的云端录像跳转错误

This commit is contained in:
lin
2025-06-05 09:40:43 +08:00
parent 227239f7f7
commit 60e9fb3daa
4 changed files with 4 additions and 12 deletions

View File

@@ -259,7 +259,7 @@ export default {
})
},
queryCloudRecords: function(row) {
this.$router.push(`/cloudRecordDetail/${row.app}/${row.stream}`)
this.$router.push(`/cloudRecord/detail/${row.app}/${row.stream}`)
},
deleteStreamProxy: function(row) {
this.$confirm('确定删除此代理吗?', '提示', {

View File

@@ -255,7 +255,7 @@ export default {
this.getPushList()
},
queryCloudRecords: function(row) {
this.$router.push(`/cloudRecordDetail/${row.app}/${row.stream}`)
this.$router.push(`/cloudRecord/detail/${row.app}/${row.stream}`)
},
importChannel: function() {
this.$refs.importChannel.openDialog(() => {})