添加设备查询和设备更新接口

This commit is contained in:
648540858
2024-03-13 23:16:01 +08:00
parent d78f76e58b
commit 4eb0163e43
11 changed files with 462 additions and 5 deletions

View File

@@ -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,