mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 14:07:50 +08:00
修复推流列表和拉流代理的云端录像跳转错误
This commit is contained in:
parent
227239f7f7
commit
60e9fb3daa
@ -446,7 +446,6 @@ public class ZLMRESTfulUtils {
|
|||||||
BigDecimal bigDecimal = new BigDecimal(stamp);
|
BigDecimal bigDecimal = new BigDecimal(stamp);
|
||||||
param.put("stamp", bigDecimal);
|
param.put("stamp", bigDecimal);
|
||||||
param.put("schema", schema);
|
param.put("schema", schema);
|
||||||
System.out.println(bigDecimal);
|
|
||||||
return sendPost(mediaServer, "seekRecordStamp",param, null);
|
return sendPost(mediaServer, "seekRecordStamp",param, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -198,11 +198,4 @@ public class DateUtil {
|
|||||||
return ChronoUnit.MILLIS.between(startInstant, endInstant);
|
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) {
|
queryCloudRecords: function(row) {
|
||||||
this.$router.push(`/cloudRecordDetail/${row.app}/${row.stream}`)
|
this.$router.push(`/cloudRecord/detail/${row.app}/${row.stream}`)
|
||||||
},
|
},
|
||||||
deleteStreamProxy: function(row) {
|
deleteStreamProxy: function(row) {
|
||||||
this.$confirm('确定删除此代理吗?', '提示', {
|
this.$confirm('确定删除此代理吗?', '提示', {
|
||||||
|
|||||||
@ -255,7 +255,7 @@ export default {
|
|||||||
this.getPushList()
|
this.getPushList()
|
||||||
},
|
},
|
||||||
queryCloudRecords: function(row) {
|
queryCloudRecords: function(row) {
|
||||||
this.$router.push(`/cloudRecordDetail/${row.app}/${row.stream}`)
|
this.$router.push(`/cloudRecord/detail/${row.app}/${row.stream}`)
|
||||||
},
|
},
|
||||||
importChannel: function() {
|
importChannel: function() {
|
||||||
this.$refs.importChannel.openDialog(() => {})
|
this.$refs.importChannel.openDialog(() => {})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user