添加获取直播流的api
This commit is contained in:
@@ -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: '登录',
|
||||
|
||||
Reference in New Issue
Block a user