1078-添加终端参数的前端UI

This commit is contained in:
panlinlin
2024-06-10 08:30:22 +08:00
parent c0dea69839
commit 3410fae879
4 changed files with 312 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ import deviceList from '../components/DeviceList.vue'
import jtDeviceList from '../components/JTDeviceList.vue'
import jtChannelList from '../components/JTChannelList.vue'
import jtRecordDetail from '../components/JTRecordDetail.vue'
import jtDeviceParams from '../components/JTDeviceParam.vue'
import channelList from '../components/channelList.vue'
import gbRecordDetail from '../components/GBRecordDetail.vue'
import pushVideoList from '../components/PushVideoList.vue'
@@ -87,6 +88,11 @@ export default new VueRouter({
name: 'jtRecordDetail',
component: jtRecordDetail,
},
{
path: '/jtDeviceParams/:phoneNumber/',
name: 'jtDeviceParams',
component: jtDeviceParams,
},
{
path: '/parentPlatformList/:count/:page',
name: 'parentPlatformList',