| | |
| | | import channelList from '../components/channelList.vue' |
| | | import pushVideoList from '../components/PushVideoList.vue' |
| | | import streamProxyList from '../components/StreamProxyList.vue' |
| | | import pLatformStreamList from '../components/PLatformStreamList.vue' |
| | | import devicePosition from '../components/devicePosition.vue' |
| | | import login from '../components/Login.vue' |
| | | import parentPlatformList from '../components/ParentPlatformList.vue' |
| | |
| | | { |
| | | path: '/pushVideoList', |
| | | component: pushVideoList, |
| | | }, |
| | | { |
| | | path: '/pLatformStreamList', |
| | | component: pLatformStreamList, |
| | | }, |
| | | { |
| | | path: '/streamProxyList', |