添加获取直播流的api

This commit is contained in:
panlinlin
2021-03-26 18:32:36 +08:00
parent 9a4b0de1af
commit edb033ccd7
14 changed files with 1039 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ import VueRouter from 'vue-router'
import control from '../components/control.vue'
import deviceList from '../components/DeviceList.vue'
import channelList from '../components/channelList.vue'
import pushVideoList from '../components/PushVideoList.vue'
import devicePosition from '../components/devicePosition.vue'
import login from '../components/Login.vue'
import parentPlatformList from '../components/ParentPlatformList.vue'
@@ -27,6 +28,10 @@ export default new VueRouter({
path: '/deviceList',
component: deviceList,
},
{
path: '/pushVideoList',
component: pushVideoList,
},
{
path: '/login',
name: '登录',