|
@@ -33,12 +33,251 @@ export const asyncRoutes = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
+ path: "factoryMonitor/windPowerPlant",
|
|
|
+ redirect: { name: "windhome" },
|
|
|
+ component: () =>
|
|
|
+ import("@/views/stateMonitor/factoryMonitor/windPowerPlant"),
|
|
|
+ name: "windPowerPlant",
|
|
|
+ meta: {
|
|
|
+ title: "风电场站",
|
|
|
+ icon: "svg-fengdian",
|
|
|
+ permissions: ["jn_fdcz"],
|
|
|
+ },
|
|
|
+ showChild: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: "windhome",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/windPowerPlant/windhome"
|
|
|
+ ),
|
|
|
+ name: "windhome",
|
|
|
+ meta: {
|
|
|
+ title: "场站监视",
|
|
|
+ icon: "svg-station-surveillance",
|
|
|
+ permissions: ["jn_fdcz_czjs"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "DataTarget",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/windPowerPlant/DataTarget"
|
|
|
+ ),
|
|
|
+ name: "DataTarget",
|
|
|
+ meta: {
|
|
|
+ title: "数据指标",
|
|
|
+ icon: "svg-s指标列表",
|
|
|
+ permissions: ["jn_fdcz_sjzb"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ path: "matrixMonitor",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/windPowerPlant/matrixMonitor"
|
|
|
+ ),
|
|
|
+ name: "matrixMonitor",
|
|
|
+ meta: {
|
|
|
+ title: "矩阵监视",
|
|
|
+ icon: "svg-matrix",
|
|
|
+ permissions: ["jn_fdcz_jzjs"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "draughtFan",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/windPowerPlant/draughtFan"
|
|
|
+ ),
|
|
|
+ name: "draughtFan",
|
|
|
+ meta: {
|
|
|
+ title: "风机设备",
|
|
|
+ icon: "svg-wind-site",
|
|
|
+ permissions: ["jn_fdcz_fjsb"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "boosterStation",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation"
|
|
|
+ ),
|
|
|
+ name: "boosterStation",
|
|
|
+ meta: {
|
|
|
+ title: "升压站",
|
|
|
+ icon: "svg-s升压站",
|
|
|
+ permissions: ["jn_fdcz_syz"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "millivolt",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/windPowerPlant/millivolt"
|
|
|
+ ),
|
|
|
+ name: "millivolt",
|
|
|
+ meta: {
|
|
|
+ title: "电计量",
|
|
|
+ icon: "svg-djl",
|
|
|
+ permissions: ["jn_fdcz_syz"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "windPower",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/windPowerPlant/windPower"
|
|
|
+ ),
|
|
|
+ name: "windPower",
|
|
|
+ meta: {
|
|
|
+ title: "测风塔",
|
|
|
+ permissions: ["jn_fdcz_cft"],
|
|
|
+ icon: "svg-s测风塔",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "geomorphologicMap",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/windPowerPlant/geomorphologicMap"
|
|
|
+ ),
|
|
|
+ name: "geomorphologicMap",
|
|
|
+ meta: {
|
|
|
+ title: "地貌图",
|
|
|
+ permissions: ["jn_fdcz_dmt"],
|
|
|
+ icon: "svg-s地图",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "factoryMonitor/photovoltaic",
|
|
|
+ redirect: { name: "lighthome" },
|
|
|
+ component: () =>
|
|
|
+ import("@/views/stateMonitor/factoryMonitor/photovoltaic"),
|
|
|
+ name: "photovoltaic",
|
|
|
+ meta: {
|
|
|
+ title: "光伏场站",
|
|
|
+ icon: "svg-guangfu",
|
|
|
+ permissions: ["jn_gfcz"],
|
|
|
+ },
|
|
|
+ showChild: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: "lighthome",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/photovoltaic/lighthome"
|
|
|
+ ),
|
|
|
+ name: "lighthome",
|
|
|
+ meta: {
|
|
|
+ title: "场站监视",
|
|
|
+ icon: "svg-station-surveillance",
|
|
|
+ permissions: ["jn_gfcz_czjs"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "lightDataTarget",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/photovoltaic/lightDataTarget"
|
|
|
+ ),
|
|
|
+ name: "lightDataTarget",
|
|
|
+ meta: {
|
|
|
+ title: "数据指标",
|
|
|
+ permissions: ["jn_gfcz_sjzb"],
|
|
|
+ icon: "svg-s指标列表",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "lightMatrixMonitor",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/photovoltaic/lightMatrixMonitor"
|
|
|
+ ),
|
|
|
+ name: "lightMatrixMonitor",
|
|
|
+ meta: {
|
|
|
+ title: "矩阵监视",
|
|
|
+ permissions: ["jn_gfcz_jzjs"],
|
|
|
+ icon: "svg-matrix",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "lightMatrix",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/photovoltaic/lightMatrix"
|
|
|
+ ),
|
|
|
+ name: "lightMatrix",
|
|
|
+ meta: {
|
|
|
+ title: "分类矩阵",
|
|
|
+ permissions: ["jn_gfcz_fljz"],
|
|
|
+ icon: "svg-fljz",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "photovoltaicFacility",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/photovoltaic/photovoltaicFacility"
|
|
|
+ ),
|
|
|
+ name: "photovoltaicFacility",
|
|
|
+ meta: {
|
|
|
+ title: "光伏设备",
|
|
|
+ permissions: ["jn_gfcz_gfsb"],
|
|
|
+ icon: "svg-photovoltaic",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "lightBoosterStation",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation"
|
|
|
+ ),
|
|
|
+ name: "lightBoosterStation",
|
|
|
+ meta: {
|
|
|
+ title: "升压站",
|
|
|
+ permissions: ["jn_gfcz_syz"],
|
|
|
+ icon: "svg-s升压站",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "lightMillivolt",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt"
|
|
|
+ ),
|
|
|
+ name: "lightMillivolt",
|
|
|
+ meta: {
|
|
|
+ title: "电计量",
|
|
|
+ icon: "svg-djl",
|
|
|
+ permissions: ["jn_fdcz_syz"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "lightGeomorphologicMap",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/stateMonitor/factoryMonitor/photovoltaic/lightGeomorphologicMap"
|
|
|
+ ),
|
|
|
+ name: "lightGeomorphologicMap",
|
|
|
+ meta: {
|
|
|
+ title: "地貌图",
|
|
|
+ permissions: ["jn_gfcz_dmt"],
|
|
|
+ icon: "svg-s地图",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
path: "statusMatrix",
|
|
|
component: () => import("@/views/stateMonitor/Status/Status"),
|
|
|
name: "Status",
|
|
|
meta: {
|
|
|
title: "状态监视",
|
|
|
- icon: "svg-fengdian",
|
|
|
+ icon: "svg-syz",
|
|
|
permissions: ["jn_fdcz_sjzb"],
|
|
|
},
|
|
|
},
|