| | |
| | | import parentPlatformList from '../components/ParentPlatformList.vue' |
| | | import cloudRecord from '../components/CloudRecord.vue' |
| | | import mediaServerManger from '../components/MediaServerManger.vue' |
| | | import test from '../components/test.vue' |
| | | import web from '../components/setting/Web.vue' |
| | | import sip from '../components/setting/Sip.vue' |
| | | import media from '../components/setting/Media.vue' |
| | | import live from '../components/live.vue' |
| | | |
| | | import wasmPlayer from '../components/dialog/jessibuca.vue' |
| | | import wasmPlayer from '../components/common/jessibuca.vue' |
| | | import rtcPlayer from '../components/dialog/rtcPlayer.vue' |
| | | |
| | | const originalPush = VueRouter.prototype.push |
| | |
| | | { |
| | | path: '/', |
| | | component: control, |
| | | }, |
| | | { |
| | | path: '/live', |
| | | component: live, |
| | | }, |
| | | { |
| | | path: '/deviceList', |
| | |
| | | component: parentPlatformList, |
| | | }, |
| | | { |
| | | path: '/devicePosition/:deviceId/:parentChannelId/:count/:page', |
| | | path: '/devicePosition', |
| | | name: 'devicePosition', |
| | | component: devicePosition, |
| | | }, |
| | | { |
| | | path: '/devicePosition/:deviceId', |
| | | name: 'devicePosition', |
| | | component: devicePosition, |
| | | }, |
| | | { |
| | | path: '/devicePosition/:deviceId/:parentChannelId', |
| | | name: 'devicePosition', |
| | | component: devicePosition, |
| | | }, |
| | |
| | | path: '/setting/media', |
| | | name: 'media', |
| | | component: media, |
| | | }, |
| | | { |
| | | path: '/test', |
| | | name: 'test', |
| | | component: test, |
| | | }, |
| | | { |
| | | path: '/play/wasm/:url', |