1078-添加终端参数的前端UI
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user