1078-支持设备录像检索播放

This commit is contained in:
panlinlin
2024-06-09 20:50:59 +08:00
parent b4dddb0b08
commit 4b90298c99
5 changed files with 586 additions and 152 deletions

View File

@@ -6,6 +6,7 @@ import console from '../components/console.vue'
import deviceList from '../components/DeviceList.vue'
import jtDeviceList from '../components/JTDeviceList.vue'
import jtChannelList from '../components/JTChannelList.vue'
import jtRecordDetail from '../components/JTRecordDetail.vue'
import channelList from '../components/channelList.vue'
import gbRecordDetail from '../components/GBRecordDetail.vue'
import pushVideoList from '../components/PushVideoList.vue'
@@ -81,6 +82,11 @@ export default new VueRouter({
name: 'gbRecordDetail',
component: gbRecordDetail,
},
{
path: '/jtRecordDetail/:phoneNumber/:channelId/',
name: 'jtRecordDetail',
component: jtRecordDetail,
},
{
path: '/parentPlatformList/:count/:page',
name: 'parentPlatformList',