添加设备查询和设备更新接口
This commit is contained in:
@@ -4,6 +4,7 @@ import Layout from "../layout/index.vue"
|
||||
|
||||
import console from '../components/console.vue'
|
||||
import deviceList from '../components/DeviceList.vue'
|
||||
import jtDeviceList from '../components/JTDeviceList.vue'
|
||||
import channelList from '../components/channelList.vue'
|
||||
import gbRecordDetail from '../components/GBRecordDetail.vue'
|
||||
import pushVideoList from '../components/PushVideoList.vue'
|
||||
@@ -53,6 +54,10 @@ export default new VueRouter({
|
||||
path: '/deviceList',
|
||||
component: deviceList,
|
||||
},
|
||||
{
|
||||
path: '/jtDeviceList',
|
||||
component: jtDeviceList,
|
||||
},
|
||||
{
|
||||
path: '/pushVideoList',
|
||||
component: pushVideoList,
|
||||
|
||||
Reference in New Issue
Block a user