diff --git a/src/components/ChiClone.vue b/src/components/ChiClone.vue index adb7c8a..11c54df 100644 --- a/src/components/ChiClone.vue +++ b/src/components/ChiClone.vue @@ -1,122 +1,185 @@ \ No newline at end of file + diff --git a/src/components/ChiGate.vue b/src/components/ChiGate.vue index 79e52dd..22a69a3 100644 --- a/src/components/ChiGate.vue +++ b/src/components/ChiGate.vue @@ -1,185 +1,209 @@ \ No newline at end of file + diff --git a/src/router/index.js b/src/router/index.js index 9209052..5a73214 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,170 +6,169 @@ const routes = [ { path: "/", component: () => import("../views/Index.vue"), - children: [ - { - path: "/datacollect", - name: "datacollect", - component: () => import("../views/DataCollect.vue"), - }, - // 刘龙龙新加的全部路由 - //db网关-ip配置-无线网关 - { - path: "/wirelessgatewayip", - name: "wirelessgatewayip", - component: () => import("../views/WirelessGatewayIP.vue"), - }, - //db网关-ip配置-有线网关 - { - path: "/wiredgatewayip", - name: "wiredgatewayip", - component: () => import("../views/WiredGatewayIP.vue"), - }, - //db网关-数据采集配置-网关配置 - { - path: "/dbcollectiongate", - name: "dbcollectiongate", - component: () => import("../views/DbCollectiongate.vue"), - }, - // db网关-数据采集配置-网口配置 - { - path: "/channelconfig", - name: "channelconfig", - component: () => import("../views/ChannelConfig.vue"), - }, - // db网关-数据采集配置-串口配置 - { - path: "/dbcollectserial", - name: "dbcollectserial", - component: () => import("../views/DbCollectserial.vue"), - }, - // db网关-数据采集配置-设备配置 - { - path: "/dbcollectdevice", - name: "dbcollectdevice", - component: () => import("../views/DbCollectdevice.vue"), - }, - // db网关-数据采集配置-采集点配置 - { - path: "/dbcollect", - name: "dbcollect", - component: () => import("../views/DbCollection.vue"), - }, - //db网关-MQTT上云-MQTT1配置 - { - path: "/mqttconfig", - name: "mqttconfig", - component: () => import("../views/MqttConfig.vue"), - }, - //斥候工业网关-ip配置-无线网关 - { - path: "/chwirelessgatewayip", - name: "chwirelessgatewayip", - component: () => import("../views/ChWirelessGatewayIP.vue"), - }, - //斥候工业网关-ip配置-有线网关 - { - path: "/chwiredgatewayip", - name: "chwiredgatewayip", - component: () => import("../views/ChWiredGatewayIP.vue"), - }, - //斥候工业网关-数据采集配置-网关配置 - { - path: "/gatewayconfiguration", - name: "gatewayconfiguration", - component: () => import("../views/GatewayConfiguration.vue"), - }, - //斥候工业网关-数据采集配置-设备配置 - { - path: "/configuration", - name: "configuration", - component: () => import("../views/Configuration.vue"), - }, - //斥候工业网关-数据采集配置-采集点配置 - { - path: "collectionpoint", - name: "collectionpoint", - component: () => import("../views/CollectionPoint.vue"), - }, - //斥候工业网关-数据上云配置-MQTT上云 - { - path: "chmqtt", - name: "chmqtt", - component: () => import("../views/ChMqtt.vue"), - }, - //串口服务器-Ip配置 - { - path: "/ckipconfig", - name: "ckipconfig", - component: () => import("../views/CkIpConfig.vue"), - }, - //串口服务器-端口配置 - { - path: "/ckportconfig", - name: "ckportconfig", - component: () => import("../views/CkPortConfig.vue"), - }, - //串口服务器-485towifi-串口及网络协议设置 - { - path: "/towifi", - name: "towifi", - component: () => import("../views/ToWifi.vue"), - }, - //串口服务器-485towifi-网口配置 - { - path: "/cknet", - name: "cknet", - component: () => import("../views/CkNet.vue"), - }, - //串口服务器-485towifi-无线配置 - { - path: "/ckwireless", - name: "ckwireless", - component: () => import("../views/CkWireless.vue"), - }, - //工业网闸配置-网络管理 - { - path: "/networkmanagement", - name: "networkmanagement", - component: () => import("../views/NetworkManagement.vue"), - }, - //工业网闸配置-对象管理 - { - path: "/objmanagement", - name: "objmanagement", - component: () => import("../views/ObjManagement.vue"), - }, - //工业网闸配置-策略管理 - { - path: "/strategyManagement", - name: "strategyManagement", - component: () => import("../views/StrategyManagement.vue"), - }, - //工业网闸配置-策略管理-添加策略 - { - path: "/addstrategy", - name: "addstrategy", - component: () => import("../views/AddStrategy.vue"), - }, - //网络优化-网关配置 - { - path: "/ntconfig", - name: "ntconfig", - component: () => import("../views/NtConfig.vue"), - }, - //网络优化-网关维护 - { - path: "/ntmaintenance", - name: "ntmaintenance", - component: () => import("../views/NtMaintenance.vue"), - }, - ], }, { path: "/cockpit", name: "cockpit", component: () => import("../views/Cockpit.vue"), }, + { + path: "/datacollect", + name: "datacollect", + component: () => import("../views/DataCollect.vue"), + }, + + // 刘龙龙新加的全部路由 + //db网关-ip配置-无线网关 + { + path: "/wirelessgatewayip", + name: "wirelessgatewayip", + component: () => import("../views/WirelessGatewayIP.vue"), + }, + //db网关-ip配置-有线网关 + { + path: "/wiredgatewayip", + name: "wiredgatewayip", + component: () => import("../views/WiredGatewayIP.vue"), + }, + //db网关-数据采集配置-网关配置 + { + path: "/dbcollectiongate", + name: "dbcollectiongate", + component: () => import("../views/DbCollectiongate.vue"), + }, + // db网关-数据采集配置-网口配置 + { + path: "/channelconfig", + name: "channelconfig", + component: () => import("../views/ChannelConfig.vue"), + }, + // db网关-数据采集配置-串口配置 + { + path: "/dbcollectserial", + name: "dbcollectserial", + component: () => import("../views/DbCollectserial.vue"), + }, + // db网关-数据采集配置-设备配置 + { + path: "/dbcollectdevice", + name: "dbcollectdevice", + component: () => import("../views/DbCollectdevice.vue"), + }, + // db网关-数据采集配置-采集点配置 + { + path: "/dbcollect", + name: "dbcollect", + component: () => import("../views/DbCollection.vue"), + }, + //db网关-MQTT上云-MQTT1配置 + { + path: "/mqttconfig", + name: "mqttconfig", + component: () => import("../views/MqttConfig.vue"), + }, + //斥候工业网关-ip配置-无线网关 + { + path: "/chwirelessgatewayip", + name: "chwirelessgatewayip", + component: () => import("../views/ChWirelessGatewayIP.vue"), + }, + //斥候工业网关-ip配置-有线网关 + { + path: "/chwiredgatewayip", + name: "chwiredgatewayip", + component: () => import("../views/ChWiredGatewayIP.vue"), + }, + //斥候工业网关-数据采集配置-网关配置 + { + path: "/gatewayconfiguration", + name: "gatewayconfiguration", + component: () => import("../views/GatewayConfiguration.vue"), + }, + //斥候工业网关-数据采集配置-设备配置 + { + path: "/configuration", + name: "configuration", + component: () => import("../views/Configuration.vue"), + }, + //斥候工业网关-数据采集配置-采集点配置 + { + path: "/collectionpoint", + name: "collectionpoint", + component: () => import("../views/CollectionPoint.vue"), + }, + //斥候工业网关-数据上云配置-MQTT上云 + { + path: "/chmqtt", + name: "chmqtt", + component: () => import("../views/ChMqtt.vue"), + }, + //串口服务器-Ip配置 + { + path: "/ckipconfig", + name: "ckipconfig", + component: () => import("../views/CkIpConfig.vue"), + }, + //串口服务器-端口配置 + { + path: "/ckportconfig", + name: "ckportconfig", + component: () => import("../views/CkPortConfig.vue"), + }, + //串口服务器-485towifi-串口及网络协议设置 + { + path: "/towifi", + name: "towifi", + component: () => import("../views/ToWifi.vue"), + }, + //串口服务器-485towifi-网口配置 + { + path: "/cknet", + name: "cknet", + component: () => import("../views/CkNet.vue"), + }, + //串口服务器-485towifi-无线配置 + { + path: "/ckwireless", + name: "ckwireless", + component: () => import("../views/CkWireless.vue"), + }, + //工业网闸配置-网络管理 + { + path: "/networkmanagement", + name: "networkmanagement", + component: () => import("../views/NetworkManagement.vue"), + }, + //工业网闸配置-对象管理 + { + path: "/objmanagement", + name: "objmanagement", + component: () => import("../views/ObjManagement.vue"), + }, + //工业网闸配置-策略管理 + { + path: "/strategyManagement", + name: "strategyManagement", + component: () => import("../views/StrategyManagement.vue"), + }, + //工业网闸配置-策略管理-添加策略 + { + path: "/addstrategy", + name: "addstrategy", + component: () => import("../views/AddStrategy.vue"), + }, + //网络优化-网关配置 + { + path: "/ntconfig", + name: "ntconfig", + component: () => import("../views/NtConfig.vue"), + }, + //网络优化-网关维护 + { + path: "/ntmaintenance", + name: "ntmaintenance", + component: () => import("../views/NtMaintenance.vue"), + }, ]; const router = new VueRouter({ diff --git a/src/views/ChMqtt.vue b/src/views/ChMqtt.vue index b46f6b1..909ab20 100644 --- a/src/views/ChMqtt.vue +++ b/src/views/ChMqtt.vue @@ -8,28 +8,20 @@ - \ No newline at end of file + diff --git a/src/views/Index.vue b/src/views/Index.vue index 93692d9..d21a384 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -8,113 +8,63 @@ db网关-ip配置-无线网关 db网关-ip配置-有线网关 - db网关-数据采集配置-网关配置 - db网关-数据采集配置-网口通道配置 - db网关-数据采集配置-串口通道配置 - db网关-数据采集配置-设备配置 + db网关-数据采集配置-网关配置 + db网关-数据采集配置-网口通道配置 + db网关-数据采集配置-串口通道配置 + db网关-数据采集配置-设备配置 db网关-数据采集配置-采集点配置 db-网关-MQTT上云-MQTT1配置 - 斥候工业网关-ip配置-无线网关 - 斥候工业网关-ip配置-有线网关 - 斥候工业网关-数据采集配置-网关配置 - 斥候工业网关-数据采集配置-设备配置 - 斥候工业网关-数据采集配置-采集点配置 + 斥候工业网关-ip配置-无线网关 + 斥候工业网关-ip配置-有线网关 + 斥候工业网关-数据采集配置-网关配置 + 斥候工业网关-数据采集配置-设备配置 + 斥候工业网关-数据采集配置-采集点配置 斥候工业网关-数据上云配置-MQTT上云 串口服务器-Ip配置 串口服务器-端口配置 - 串口服务器-485towifi-串口及网络协议设置 + 串口服务器-485towifi-串口及网络协议设置 串口服务器-485towifi-网口配置 串口服务器-485towifi-无线配置 工业网闸配置-网络管理 工业网闸配置-对象管理 工业网闸配置-策略管理 - 工业网闸配置-策略管理-添加策略 + 工业网闸配置-策略管理-添加策略 网络优化-网关配置 网络优化-网关维护 - - - - - - -
- - - - - - - - - - - - - - - - -
- -