增加移动位置显示功能
This commit is contained in:
@@ -4,6 +4,7 @@ import VueRouter from 'vue-router'
|
||||
import control from '../components/control.vue'
|
||||
import videoList from '../components/videoList.vue'
|
||||
import channelList from '../components/channelList.vue'
|
||||
import devicePosition from '../components/devicePosition.vue'
|
||||
import login from '../components/Login.vue'
|
||||
|
||||
const originalPush = VueRouter.prototype.push
|
||||
@@ -35,5 +36,10 @@ export default new VueRouter({
|
||||
name: 'channelList',
|
||||
component: channelList,
|
||||
},
|
||||
{
|
||||
path: '/devicePosition/:deviceId/:parentChannelId/:count/:page',
|
||||
name: 'devicePosition',
|
||||
component: devicePosition,
|
||||
},
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user