修复推流列表和拉流代理的云端录像跳转错误
This commit is contained in:
@@ -446,7 +446,6 @@ public class ZLMRESTfulUtils {
|
||||
BigDecimal bigDecimal = new BigDecimal(stamp);
|
||||
param.put("stamp", bigDecimal);
|
||||
param.put("schema", schema);
|
||||
System.out.println(bigDecimal);
|
||||
return sendPost(mediaServer, "seekRecordStamp",param, null);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -198,11 +198,4 @@ public class DateUtil {
|
||||
return ChronoUnit.MILLIS.between(startInstant, endInstant);
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
long difference = getDifference("2025-05-21 13:00:00", "2025-05-21 13:30:00")/1000;
|
||||
System.out.println(difference);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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('确定删除此代理吗?', '提示', {
|
||||
|
||||
@@ -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(() => {})
|
||||
|
||||
Reference in New Issue
Block a user