|
@@ -17,15 +17,15 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "首页",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_sy"],
|
|
|
+ permissions: ["jn_sy", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- path: "/monitor/about",
|
|
|
- name: "About",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName: "about" */ "../views/About.vue"),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: "/monitor/about",
|
|
|
+ // name: "About",
|
|
|
+ // component: () =>
|
|
|
+ // import(/* webpackChunkName: "about" */ "../views/About.vue"),
|
|
|
+ // },
|
|
|
|
|
|
// {
|
|
|
// path: "/sisView",
|
|
@@ -57,7 +57,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "安全监视",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_stateMonitor"],
|
|
|
+ permissions: ["jn_stateMonitor", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -67,7 +67,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "基础矩阵",
|
|
|
icon: "svg-matrix",
|
|
|
- permissions: ["jn_jcjz"],
|
|
|
+ permissions: ["jn_jcjz", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -77,7 +77,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "明细矩阵",
|
|
|
icon: "svg-mx-matrix",
|
|
|
- permissions: ["jn_mxjz"],
|
|
|
+ permissions: ["jn_mxjz", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -90,7 +90,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "综合指标",
|
|
|
icon: "svg-自定制报表管理",
|
|
|
- permissions: ["jn_zhzb"],
|
|
|
+ permissions: ["jn_zhzb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -101,7 +101,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "厂站监视",
|
|
|
icon: "svg-single-station-surveillance",
|
|
|
- permissions: ["jn_czjs"],
|
|
|
+ permissions: ["jn_czjs", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -113,7 +113,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "风电场站",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_fdcz"],
|
|
|
+ permissions: ["jn_fdcz", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -126,7 +126,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "场站监视",
|
|
|
icon: "svg-station-surveillance",
|
|
|
- permissions: ["jn_fdcz_czjs"],
|
|
|
+ permissions: ["jn_fdcz_czjs", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -139,7 +139,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "数据指标",
|
|
|
icon: "svg-s指标列表",
|
|
|
- permissions: ["jn_fdcz_sjzb"],
|
|
|
+ permissions: ["jn_fdcz_sjzb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -152,7 +152,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "矩阵监视",
|
|
|
icon: "svg-matrix",
|
|
|
- permissions: ["jn_fdcz_jzjs"],
|
|
|
+ permissions: ["jn_fdcz_jzjs", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -165,7 +165,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "风机设备",
|
|
|
icon: "svg-wind-site",
|
|
|
- permissions: ["jn_fdcz_fjsb"],
|
|
|
+ permissions: ["jn_fdcz_fjsb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -178,7 +178,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "升压站",
|
|
|
icon: "svg-s升压站",
|
|
|
- permissions: ["jn_fdcz_syz"],
|
|
|
+ permissions: ["jn_fdcz_syz", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -190,7 +190,7 @@ export const asyncRoutes = [
|
|
|
name: "windPower",
|
|
|
meta: {
|
|
|
title: "测风塔",
|
|
|
- permissions: ["jn_fdcz_cft"],
|
|
|
+ permissions: ["jn_fdcz_cft", "*:*:*"],
|
|
|
icon: "svg-s测风塔",
|
|
|
},
|
|
|
},
|
|
@@ -203,7 +203,7 @@ export const asyncRoutes = [
|
|
|
name: "geomorphologicMap",
|
|
|
meta: {
|
|
|
title: "地貌图",
|
|
|
- permissions: ["jn_fdcz_dmt"],
|
|
|
+ permissions: ["jn_fdcz_dmt", "*:*:*"],
|
|
|
icon: "svg-s地图",
|
|
|
},
|
|
|
},
|
|
@@ -218,7 +218,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "光伏场站",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_gfcz"],
|
|
|
+ permissions: ["jn_gfcz", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -231,7 +231,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "场站监视",
|
|
|
icon: "svg-station-surveillance",
|
|
|
- permissions: ["jn_gfcz_czjs"],
|
|
|
+ permissions: ["jn_gfcz_czjs", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -243,7 +243,7 @@ export const asyncRoutes = [
|
|
|
name: "lightDataTarget",
|
|
|
meta: {
|
|
|
title: "数据指标",
|
|
|
- permissions: ["jn_gfcz_sjzb"],
|
|
|
+ permissions: ["jn_gfcz_sjzb", "*:*:*"],
|
|
|
icon: "svg-s指标列表",
|
|
|
},
|
|
|
},
|
|
@@ -256,7 +256,7 @@ export const asyncRoutes = [
|
|
|
name: "lightMatrixMonitor",
|
|
|
meta: {
|
|
|
title: "矩阵监视",
|
|
|
- permissions: ["jn_gfcz_jzjs"],
|
|
|
+ permissions: ["jn_gfcz_jzjs", "*:*:*"],
|
|
|
icon: "svg-matrix",
|
|
|
},
|
|
|
},
|
|
@@ -269,7 +269,7 @@ export const asyncRoutes = [
|
|
|
name: "photovoltaicFacility",
|
|
|
meta: {
|
|
|
title: "光伏设备",
|
|
|
- permissions: ["jn_gfcz_gfsb"],
|
|
|
+ permissions: ["jn_gfcz_gfsb", "*:*:*"],
|
|
|
icon: "svg-photovoltaic",
|
|
|
},
|
|
|
},
|
|
@@ -282,7 +282,7 @@ export const asyncRoutes = [
|
|
|
name: "lightBoosterStation",
|
|
|
meta: {
|
|
|
title: "升压站",
|
|
|
- permissions: ["jn_gfcz_syz"],
|
|
|
+ permissions: ["jn_gfcz_syz", "*:*:*"],
|
|
|
icon: "svg-s升压站",
|
|
|
},
|
|
|
},
|
|
@@ -295,7 +295,7 @@ export const asyncRoutes = [
|
|
|
name: "lightGeomorphologicMap",
|
|
|
meta: {
|
|
|
title: "地貌图",
|
|
|
- permissions: ["jn_gfcz_dmt"],
|
|
|
+ permissions: ["jn_gfcz_dmt", "*:*:*"],
|
|
|
icon: "svg-s地图",
|
|
|
},
|
|
|
},
|
|
@@ -303,6 +303,16 @@ export const asyncRoutes = [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ // {
|
|
|
+ // path: "alarm", // 报警列表
|
|
|
+ // name: "alarm",
|
|
|
+ // component: () => import("@/views/stateMonitor/alarmlist"),
|
|
|
+ // meta: {
|
|
|
+ // title: "报警列表",
|
|
|
+ // icon: "svg-alarm-center",
|
|
|
+ // permissions: ["jn_alarm"],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
// 经济运行
|
|
@@ -316,7 +326,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "经济运行",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_economicsOperation"],
|
|
|
+ permissions: ["jn_economicsOperation", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
// {
|
|
@@ -337,7 +347,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "对标管理",
|
|
|
icon: "svg-dbgl",
|
|
|
- permissions: ["jn_dbgl"],
|
|
|
+ permissions: ["jn_dbgl", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -350,7 +360,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "风机绩效榜",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_dbgl_jxb"],
|
|
|
+ permissions: ["jn_dbgl_jxb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -363,7 +373,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "风机绩效榜明细",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_dbgl_jxb"],
|
|
|
+ permissions: ["jn_dbgl_jxb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -376,7 +386,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "五项损失率",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_dbgl_wxssl"],
|
|
|
+ permissions: ["jn_dbgl_wxssl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -389,7 +399,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "公司对标",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_dbgl_gsdb"],
|
|
|
+ permissions: ["jn_dbgl_gsdb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -402,7 +412,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "场内对标",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_dbgl_cndb"],
|
|
|
+ permissions: ["jn_dbgl_cndb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -415,7 +425,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "场际对标",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_dbgl_cjdb"],
|
|
|
+ permissions: ["jn_dbgl_cjdb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
// {
|
|
@@ -440,7 +450,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "项目对标",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_dbgl_xmdb"],
|
|
|
+ permissions: ["jn_dbgl_xmdb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -453,7 +463,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "线路对标",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_dbgl_xldb"],
|
|
|
+ permissions: ["jn_dbgl_xldb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
// {
|
|
@@ -478,7 +488,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "三率",
|
|
|
icon: "svg-slgl",
|
|
|
- permissions: ["jn_slgl"],
|
|
|
+ permissions: ["jn_slgl", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -491,7 +501,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "复位及时率",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_slgl_fwjsl"],
|
|
|
+ permissions: ["jn_slgl_fwjsl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -502,7 +512,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "消缺及时率",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_slgl_xqjsl"],
|
|
|
+ permissions: ["jn_slgl_xqjsl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -513,7 +523,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "状态转换率",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_slgl_ztzhl"],
|
|
|
+ permissions: ["jn_slgl_ztzhl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -526,7 +536,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "性能分析",
|
|
|
icon: "svg-dimension-new",
|
|
|
- permissions: ["jn_xnfx"],
|
|
|
+ permissions: ["jn_xnfx", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -537,7 +547,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "单机性能分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_xnfx_djxnfx"],
|
|
|
+ permissions: ["jn_xnfx_djxnfx", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -548,7 +558,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "单机月度分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_xnfx_djydfx"],
|
|
|
+ permissions: ["jn_xnfx_djydfx", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -562,7 +572,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "性能评估",
|
|
|
icon: "svg-fjfx",
|
|
|
- permissions: ["jn_xndjpg"],
|
|
|
+ permissions: ["jn_xndjpg", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -575,7 +585,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "性能等级评估",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_xndjpg"],
|
|
|
+ permissions: ["jn_xndjpg", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -588,7 +598,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "功率曲线",
|
|
|
icon: "svg-power-curve",
|
|
|
- permissions: ["jn_glqx"],
|
|
|
+ permissions: ["jn_glqx", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -599,7 +609,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "功率曲线拟合",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_glqx_glqxnh"],
|
|
|
+ permissions: ["jn_glqx_glqxnh", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -612,7 +622,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "切入切出分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_glqx_qrqcfx"],
|
|
|
+ permissions: ["jn_glqx_qrqcfx", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -625,7 +635,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "专题分析",
|
|
|
icon: "svg-ztfx",
|
|
|
- permissions: ["jn_ztfx"],
|
|
|
+ permissions: ["jn_ztfx", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -638,7 +648,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "综合分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_ztfx_zhfx"],
|
|
|
+ permissions: ["jn_ztfx_zhfx", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -649,7 +659,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "风能利用率",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_ztfx_fnlyl"],
|
|
|
+ permissions: ["jn_ztfx_fnlyl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -660,7 +670,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "五项损失率",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_ztfx_wxssl"],
|
|
|
+ permissions: ["jn_ztfx_wxssl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -671,7 +681,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "三率分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_ztfx_fwjsl"],
|
|
|
+ permissions: ["jn_ztfx_fwjsl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -682,7 +692,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "可靠性分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_ztfx_kkxfx"],
|
|
|
+ permissions: ["jn_ztfx_kkxfx", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -693,7 +703,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "发电量分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_ztfx_dlfx"],
|
|
|
+ permissions: ["jn_ztfx_dlfx", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -761,7 +771,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "智慧检修",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_health"],
|
|
|
+ permissions: ["jn_health", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -772,7 +782,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康管理",
|
|
|
icon: "svg-健康管理",
|
|
|
- permissions: ["jn_jkgl"],
|
|
|
+ permissions: ["jn_jkgl", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -783,7 +793,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康推荐",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_jktj"],
|
|
|
+ permissions: ["jn_jkgl_jktj", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -796,7 +806,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康首页",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_jksy"],
|
|
|
+ permissions: ["jn_jkgl_jksy", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -807,7 +817,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "场站健康管理",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_czjk"],
|
|
|
+ permissions: ["jn_jkgl_czjk", "*:*:*", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -820,7 +830,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康总览",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_jkzl"],
|
|
|
+ permissions: ["jn_jkgl_jkzl", "*:*:*", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -833,7 +843,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康矩阵",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_jkjz"],
|
|
|
+ permissions: ["jn_jkgl_jkjz", "*:*:*", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -846,7 +856,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康列表",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_jklb"],
|
|
|
+ permissions: ["jn_jkgl_jklb", "*:*:*", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -859,7 +869,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "劣化状态分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_lhztfx"],
|
|
|
+ permissions: ["jn_jkgl_lhztfx", "*:*:*", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -873,7 +883,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "能效分析",
|
|
|
icon: "svg-能效分析",
|
|
|
- permissions: ["jn_nxfx"],
|
|
|
+ permissions: ["jn_nxfx", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -886,7 +896,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "功率曲线拟合",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_nxfx_glqxnh"],
|
|
|
+ permissions: ["jn_nxfx_glqxnh", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -899,7 +909,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "曲线偏差率分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_nxfx_qxpcl"],
|
|
|
+ permissions: ["jn_nxfx_qxpcl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -912,7 +922,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "单机饱和度",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_nxfx_djbhd"],
|
|
|
+ permissions: ["jn_nxfx_djbhd", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -925,7 +935,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "部件温度分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_nxfx_bjwd"],
|
|
|
+ permissions: ["jn_nxfx_bjwd", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -938,7 +948,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "预警评判分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_nxfx_yjpp"],
|
|
|
+ permissions: ["jn_nxfx_yjpp", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -951,7 +961,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "故障评判分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_nxfx_gzpp"],
|
|
|
+ permissions: ["jn_nxfx_gzpp", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -964,7 +974,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "部件功率分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_nxfx_gzpp"],
|
|
|
+ permissions: ["jn_nxfx_gzpp", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -1011,7 +1021,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "劣化状态分析曲线",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_jktj", "jn_jkgl_jksy", "jn_jkgl_jkjz"],
|
|
|
+ // permissions: ["jn_jkgl_jktj", "jn_jkgl_jksy", "jn_jkgl_jkjz"],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -1026,7 +1036,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "综合报表",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_zhbb"],
|
|
|
+ permissions: ["jn_zhbb", "*:*:*"],
|
|
|
},
|
|
|
component: () => import("@/views/report"),
|
|
|
children: [
|
|
@@ -1037,7 +1047,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "自定制报表管理",
|
|
|
icon: "svg-自定制报表管理",
|
|
|
- permissions: ["jn_zdz"],
|
|
|
+ permissions: ["jn_zdz", "*:*:*"],
|
|
|
},
|
|
|
component: () => import("@/views/report/stationReport"),
|
|
|
children: [
|
|
@@ -1048,7 +1058,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "日报表",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_zdz_rbb"],
|
|
|
+ permissions: ["jn_zdz_rbb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -1058,7 +1068,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "风电场站自定义",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_zdz_fdcz"],
|
|
|
+ permissions: ["jn_zdz_fdcz", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -1068,7 +1078,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "风电项目自定义",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_zdz_fdxm"],
|
|
|
+ permissions: ["jn_zdz_fdxm", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
],
|