添加推流列表和拉流代理,下一步与国标关联
This commit is contained in:
@@ -5,6 +5,7 @@ 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 streamProxyList from '../components/StreamProxyList.vue'
|
||||
import devicePosition from '../components/devicePosition.vue'
|
||||
import login from '../components/Login.vue'
|
||||
import parentPlatformList from '../components/ParentPlatformList.vue'
|
||||
@@ -32,6 +33,10 @@ export default new VueRouter({
|
||||
path: '/pushVideoList',
|
||||
component: pushVideoList,
|
||||
},
|
||||
{
|
||||
path: '/streamProxyList',
|
||||
component: streamProxyList,
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
name: '登录',
|
||||
|
||||
Reference in New Issue
Block a user