1078-完善接入国标通道页面以及属性
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 jtChannelEdit from '../components/JTChannelEdit.vue'
|
||||
import jtDeviceParams from '../components/JTDeviceParam.vue'
|
||||
import channelList from '../components/channelList.vue'
|
||||
import gbRecordDetail from '../components/GBRecordDetail.vue'
|
||||
@@ -93,6 +94,16 @@ export default new VueRouter({
|
||||
name: 'jtDeviceParams',
|
||||
component: jtDeviceParams,
|
||||
},
|
||||
{
|
||||
path: '/jtChannelEdit/:terminalDbId/:id',
|
||||
name: 'jtChannelEditUpdate',
|
||||
component: jtChannelEdit,
|
||||
},
|
||||
{
|
||||
path: '/jtChannelEdit/:terminalDbId/',
|
||||
name: 'jtChannelEditAdd',
|
||||
component: jtChannelEdit,
|
||||
},
|
||||
{
|
||||
path: '/parentPlatformList/:count/:page',
|
||||
name: 'parentPlatformList',
|
||||
|
||||
Reference in New Issue
Block a user