|
@@ -5,30 +5,30 @@ export const constantRoutes = [
|
|
|
path: "/login",
|
|
|
name: "Login",
|
|
|
component: () =>
|
|
|
- import(/* webpackChunkName: "Login" */ "../views/layout/login-page.vue"),
|
|
|
+ import(/* webpackChunkName: "Login" */ "../views/layout/login-page.vue"),
|
|
|
},
|
|
|
];
|
|
|
export const asyncRoutes = [
|
|
|
-// {
|
|
|
-// path: "/",
|
|
|
-// redirect: "/home",
|
|
|
-// meta: {
|
|
|
-// title: "首页",
|
|
|
-// icon: "",
|
|
|
-// permissions: ["jn_sy"],
|
|
|
-// },
|
|
|
-// },
|
|
|
-// {
|
|
|
-// path: "/home", // 驾驶舱
|
|
|
-// name: "home",
|
|
|
-// component: () => import("@/views/Home"),
|
|
|
-// meta: {
|
|
|
-// title: "首页",
|
|
|
-// icon: "",
|
|
|
-// permissions: ["jn_sy"],
|
|
|
-// },
|
|
|
-// },
|
|
|
- //综合报警
|
|
|
+ // {
|
|
|
+ // path: "/",
|
|
|
+ // redirect: "/home",
|
|
|
+ // meta: {
|
|
|
+ // title: "首页",
|
|
|
+ // icon: "",
|
|
|
+ // permissions: ["jn_sy"],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: "/home", // 驾驶舱
|
|
|
+ // name: "home",
|
|
|
+ // component: () => import("@/views/Home"),
|
|
|
+ // meta: {
|
|
|
+ // title: "首页",
|
|
|
+ // icon: "",
|
|
|
+ // permissions: ["jn_sy"],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ //综合报警
|
|
|
{
|
|
|
path: "/integratedAlarm",
|
|
|
// redirect:
|
|
@@ -47,9 +47,9 @@ export const asyncRoutes = [
|
|
|
name: "DetailMatrix",
|
|
|
component: () => import("@/views/IntegratedAlarm/DetailMatrix"),
|
|
|
meta: {
|
|
|
- title: "矩阵提醒",
|
|
|
- icon: "svg-mx-matrix",
|
|
|
- permissions: ["jn_mxjz"],
|
|
|
+ title: "矩阵提醒",
|
|
|
+ icon: "svg-mx-matrix",
|
|
|
+ permissions: ["jn_mxjz"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -76,7 +76,7 @@ export const asyncRoutes = [
|
|
|
path: "customWarning", // 预警查询
|
|
|
name: "customWarning",
|
|
|
component: () =>
|
|
|
- import("@/views/IntegratedAlarm/safe/customWarning"),
|
|
|
+ import("@/views/IntegratedAlarm/safe/customWarning"),
|
|
|
meta: {
|
|
|
title: "预警查询",
|
|
|
icon: "",
|
|
@@ -87,7 +87,7 @@ export const asyncRoutes = [
|
|
|
path: "historyWarning", // 报警查询
|
|
|
name: "historyWarning",
|
|
|
component: () =>
|
|
|
- import("@/views/IntegratedAlarm/safe/historyWarning"),
|
|
|
+ import("@/views/IntegratedAlarm/safe/historyWarning"),
|
|
|
meta: {
|
|
|
title: "报警查询",
|
|
|
icon: "",
|
|
@@ -130,7 +130,7 @@ export const asyncRoutes = [
|
|
|
path: "customAnalyse", // 预警分析
|
|
|
name: "customAnalyse",
|
|
|
component: () =>
|
|
|
- import("@/views/IntegratedAlarm/reliability/customAnalyse"),
|
|
|
+ import("@/views/IntegratedAlarm/reliability/customAnalyse"),
|
|
|
meta: {
|
|
|
title: "预警分析",
|
|
|
icon: "",
|
|
@@ -141,7 +141,7 @@ export const asyncRoutes = [
|
|
|
path: "historyAnalyse", // 报警分析
|
|
|
name: "historyAnalyse",
|
|
|
component: () =>
|
|
|
- import("@/views/IntegratedAlarm/reliability/historyAnalyse"),
|
|
|
+ import("@/views/IntegratedAlarm/reliability/historyAnalyse"),
|
|
|
meta: {
|
|
|
title: "报警分析",
|
|
|
icon: "",
|
|
@@ -164,7 +164,7 @@ export const asyncRoutes = [
|
|
|
path: "customConfig", // 预警配置
|
|
|
name: "customConfig",
|
|
|
component: () =>
|
|
|
- import("@/views/IntegratedAlarm/alarmConfig/customConfig"),
|
|
|
+ import("@/views/IntegratedAlarm/alarmConfig/customConfig"),
|
|
|
meta: {
|
|
|
title: "预警配置",
|
|
|
icon: "",
|
|
@@ -175,7 +175,7 @@ export const asyncRoutes = [
|
|
|
path: "historyConfig", // 报警配置
|
|
|
name: "historyConfig",
|
|
|
component: () =>
|
|
|
- import("@/views/IntegratedAlarm/alarmConfig/historyConfig"),
|
|
|
+ import("@/views/IntegratedAlarm/alarmConfig/historyConfig"),
|
|
|
meta: {
|
|
|
title: "报警配置",
|
|
|
icon: "",
|
|
@@ -225,7 +225,7 @@ export const asyncRoutes = [
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
- //经济运行
|
|
|
+ //经济运行
|
|
|
{
|
|
|
path: "/economicsOperation",
|
|
|
// redirect:
|
|
@@ -240,12 +240,12 @@ export const asyncRoutes = [
|
|
|
permissions: ["jn_economicsOperation"],
|
|
|
},
|
|
|
children: [
|
|
|
- //对标分析
|
|
|
+ //对标分析
|
|
|
{
|
|
|
path: "benchmarkingManagement",
|
|
|
redirect: "benchmarkingManagement/performanceRankingList",
|
|
|
component: () =>
|
|
|
- import("@/views/economicsOperation/benchmarkingManagement"),
|
|
|
+ import("@/views/economicsOperation/benchmarkingManagement"),
|
|
|
name: "benchmarkingManagement",
|
|
|
meta: {
|
|
|
title: "对标分析",
|
|
@@ -256,9 +256,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "performanceRankingList",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/benchmarkingManagement/performanceRankingList/index.vue"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/benchmarkingManagement/performanceRankingList/index.vue"
|
|
|
+ ),
|
|
|
name: "performanceRankingList",
|
|
|
meta: {
|
|
|
title: "绩效榜",
|
|
@@ -270,9 +270,9 @@ export const asyncRoutes = [
|
|
|
path: "decision1Mx", //风机绩效榜明细
|
|
|
name: "decision1Mx",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/benchmarkingManagement/performanceRankingList/decision1Mx.vue"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/benchmarkingManagement/performanceRankingList/decision1Mx.vue"
|
|
|
+ ),
|
|
|
meta: {
|
|
|
title: "风机绩效榜明细",
|
|
|
icon: "",
|
|
@@ -282,9 +282,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "loseRate",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/benchmarkingManagement/loseRate/index.vue"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/benchmarkingManagement/loseRate/index.vue"
|
|
|
+ ),
|
|
|
name: "loseRate",
|
|
|
meta: {
|
|
|
title: "五项对标损失",
|
|
@@ -292,25 +292,25 @@ export const asyncRoutes = [
|
|
|
permissions: ["jn_dbgl_wxssl"],
|
|
|
},
|
|
|
},
|
|
|
- // {
|
|
|
- // path: "companyBenchmarking",
|
|
|
- // component: () =>
|
|
|
- // import(
|
|
|
- // "@/views/economicsOperation/benchmarkingManagement/companyBenchmarking"
|
|
|
- // ),
|
|
|
- // name: "companyBenchmarking",
|
|
|
- // meta: {
|
|
|
- // title: "公司对标",
|
|
|
- // icon: "",
|
|
|
- // permissions: ["jn_dbgl_gsdb"],
|
|
|
- // },
|
|
|
- // },
|
|
|
+ // {
|
|
|
+ // path: "companyBenchmarking",
|
|
|
+ // component: () =>
|
|
|
+ // import(
|
|
|
+ // "@/views/economicsOperation/benchmarkingManagement/companyBenchmarking"
|
|
|
+ // ),
|
|
|
+ // name: "companyBenchmarking",
|
|
|
+ // meta: {
|
|
|
+ // title: "公司对标",
|
|
|
+ // icon: "",
|
|
|
+ // permissions: ["jn_dbgl_gsdb"],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
path: "siteBenchmarking",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/benchmarkingManagement/siteBenchmarking"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/benchmarkingManagement/siteBenchmarking"
|
|
|
+ ),
|
|
|
name: "siteBenchmarking",
|
|
|
meta: {
|
|
|
title: "场内对标",
|
|
@@ -321,9 +321,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "intervalBenchmarking",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/benchmarkingManagement/intervalBenchmarking"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/benchmarkingManagement/intervalBenchmarking"
|
|
|
+ ),
|
|
|
name: "intervalBenchmarking",
|
|
|
meta: {
|
|
|
title: "场际对标",
|
|
@@ -331,24 +331,24 @@ export const asyncRoutes = [
|
|
|
permissions: ["jn_dbgl_cjdb"],
|
|
|
},
|
|
|
},
|
|
|
- // {
|
|
|
- // path: "valueBenchmarking",
|
|
|
- // component: () =>
|
|
|
- // import(
|
|
|
- // "@/views/economicsOperation/benchmarkingManagement/valueBenchmarking"
|
|
|
- // ),
|
|
|
- // name: "valueBenchmarking",
|
|
|
- // meta: {
|
|
|
- // title: "值际对标",
|
|
|
- // icon: "",
|
|
|
- // },
|
|
|
- // },
|
|
|
+ // {
|
|
|
+ // path: "valueBenchmarking",
|
|
|
+ // component: () =>
|
|
|
+ // import(
|
|
|
+ // "@/views/economicsOperation/benchmarkingManagement/valueBenchmarking"
|
|
|
+ // ),
|
|
|
+ // name: "valueBenchmarking",
|
|
|
+ // meta: {
|
|
|
+ // title: "值际对标",
|
|
|
+ // icon: "",
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
path: "projectBenchmarking",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/benchmarkingManagement/projectBenchmarking"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/benchmarkingManagement/projectBenchmarking"
|
|
|
+ ),
|
|
|
name: "projectBenchmarking",
|
|
|
meta: {
|
|
|
title: "项目对标",
|
|
@@ -359,9 +359,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "wiringBenchmarking",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/benchmarkingManagement/wiringBenchmarking"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/benchmarkingManagement/wiringBenchmarking"
|
|
|
+ ),
|
|
|
name: "wiringBenchmarking",
|
|
|
meta: {
|
|
|
title: "线路对标",
|
|
@@ -369,18 +369,18 @@ export const asyncRoutes = [
|
|
|
permissions: ["jn_dbgl_xldb"],
|
|
|
},
|
|
|
},
|
|
|
- // {
|
|
|
- // path: "singleMachineBenchmarking",
|
|
|
- // component: () =>
|
|
|
- // import(
|
|
|
- // "@/views/economicsOperation/benchmarkingManagement/singleMachineBenchmarking"
|
|
|
- // ),
|
|
|
- // name: "singleMachineBenchmarking",
|
|
|
- // meta: {
|
|
|
- // title: "单机对标",
|
|
|
- // icon: "",
|
|
|
- // },
|
|
|
- // },
|
|
|
+ // {
|
|
|
+ // path: "singleMachineBenchmarking",
|
|
|
+ // component: () =>
|
|
|
+ // import(
|
|
|
+ // "@/views/economicsOperation/benchmarkingManagement/singleMachineBenchmarking"
|
|
|
+ // ),
|
|
|
+ // name: "singleMachineBenchmarking",
|
|
|
+ // meta: {
|
|
|
+ // title: "单机对标",
|
|
|
+ // icon: "",
|
|
|
+ // },
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
//电量损失分解
|
|
@@ -398,9 +398,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "comprehensiveAnalysis",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/thematicAnalysis/comprehensiveAnalysis"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/thematicAnalysis/comprehensiveAnalysis"
|
|
|
+ ),
|
|
|
name: "comprehensiveAnalysis",
|
|
|
meta: {
|
|
|
title: "综合分析",
|
|
@@ -411,7 +411,7 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "windEnergy",
|
|
|
component: () =>
|
|
|
- import("@/views/economicsOperation/thematicAnalysis/windEnergy"),
|
|
|
+ import("@/views/economicsOperation/thematicAnalysis/windEnergy"),
|
|
|
name: "windEnergy",
|
|
|
meta: {
|
|
|
title: "风能利用率",
|
|
@@ -422,7 +422,7 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "failure",
|
|
|
component: () =>
|
|
|
- import("@/views/economicsOperation/thematicAnalysis/failure"),
|
|
|
+ import("@/views/economicsOperation/thematicAnalysis/failure"),
|
|
|
name: "failure",
|
|
|
meta: {
|
|
|
title: "五项损失率",
|
|
@@ -434,7 +434,7 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "MTBF",
|
|
|
component: () =>
|
|
|
- import("@/views/economicsOperation/thematicAnalysis/MTBF"),
|
|
|
+ import("@/views/economicsOperation/thematicAnalysis/MTBF"),
|
|
|
name: "MTBF",
|
|
|
meta: {
|
|
|
title: "可靠性分析",
|
|
@@ -445,7 +445,7 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "generation",
|
|
|
component: () =>
|
|
|
- import("@/views/economicsOperation/thematicAnalysis/generation"),
|
|
|
+ import("@/views/economicsOperation/thematicAnalysis/generation"),
|
|
|
name: "generation",
|
|
|
meta: {
|
|
|
title: "发电量分析",
|
|
@@ -493,9 +493,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "stationElectricAnalyse",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/stationAnalyse/stationElectricAnalyse"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/stationAnalyse/stationElectricAnalyse"
|
|
|
+ ),
|
|
|
name: "StationElectricAnalyse",
|
|
|
meta: {
|
|
|
title: "综合场用电量分析",
|
|
@@ -506,9 +506,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "WindAndPhotovoltaic",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/stationAnalyse/windAndPhotovoltaic"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/stationAnalyse/windAndPhotovoltaic"
|
|
|
+ ),
|
|
|
name: "WindAndPhotovoltaic",
|
|
|
meta: {
|
|
|
title: "风资源分析",
|
|
@@ -519,36 +519,36 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "posAnalysis",
|
|
|
component: () =>
|
|
|
- import("@/views/economicsOperation/stationAnalyse/posAnalysis/index.vue"),
|
|
|
+ import("@/views/economicsOperation/stationAnalyse/posAnalysis/index.vue"),
|
|
|
name: "posAnalysis",
|
|
|
meta: {
|
|
|
title: "微观选址分析",
|
|
|
icon: "",
|
|
|
permissions: ["jn_czfx_fgzyfx"],
|
|
|
},
|
|
|
- },
|
|
|
- {
|
|
|
+ },
|
|
|
+ {
|
|
|
path: "agcAnalysis",
|
|
|
component: () =>
|
|
|
- import("@/views/economicsOperation/stationAnalyse/angleAnalysis/index.vue"),
|
|
|
+ import("@/views/economicsOperation/stationAnalyse/angleAnalysis/index.vue"),
|
|
|
name: "dataAnalysisAgcAnalysis",
|
|
|
meta: {
|
|
|
title: "AGC曲线偏差分析",
|
|
|
icon: "",
|
|
|
permissions: ["jn_czfx_fgzyfx"],
|
|
|
},
|
|
|
- },
|
|
|
- {
|
|
|
- path: "agcAnalysis",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "fjglfsAnalysis",
|
|
|
component: () =>
|
|
|
- import("@/views/economicsOperation/stationAnalyse/fjglfsAnalysis/index.vue"),
|
|
|
- name: "dataAnalysisAgcAnalysis",
|
|
|
+ import("@/views/economicsOperation/stationAnalyse/fjglfsAnalysis/index.vue"),
|
|
|
+ name: "dataAnalysisFjglfsAnalysis",
|
|
|
meta: {
|
|
|
title: "风机功率风速分析",
|
|
|
icon: "",
|
|
|
permissions: ["jn_czfx_fgzyfx"],
|
|
|
},
|
|
|
- },
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
//机组分析
|
|
@@ -562,36 +562,36 @@ export const asyncRoutes = [
|
|
|
permissions: ["jn_fdfx"],
|
|
|
},
|
|
|
children: [
|
|
|
- // {
|
|
|
- // path: "stateTransition",
|
|
|
- // component: () =>
|
|
|
- // import(
|
|
|
- // "@/views/economicsOperation/windAnalyse/stateTransition/index.vue"
|
|
|
- // ),
|
|
|
- // name: "stateTransition",
|
|
|
- // meta: {
|
|
|
- // title: "状态时间分析",
|
|
|
- // icon: "",
|
|
|
- // permissions: ["jn_fdfx_ztzhfx"],
|
|
|
- // },
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: "timeTransition",
|
|
|
- // component: () =>
|
|
|
- // import(
|
|
|
- // "@/views/economicsOperation/windAnalyse/timeTransition/index.vue"
|
|
|
- // ),
|
|
|
- // name: "timeTransition",
|
|
|
- // meta: {
|
|
|
- // title: "状态转换分析",
|
|
|
- // icon: "",
|
|
|
- // permissions: ["jn_fdfx_ztsjfx"],
|
|
|
- // },
|
|
|
- // },
|
|
|
+ // {
|
|
|
+ // path: "stateTransition",
|
|
|
+ // component: () =>
|
|
|
+ // import(
|
|
|
+ // "@/views/economicsOperation/windAnalyse/stateTransition/index.vue"
|
|
|
+ // ),
|
|
|
+ // name: "stateTransition",
|
|
|
+ // meta: {
|
|
|
+ // title: "状态时间分析",
|
|
|
+ // icon: "",
|
|
|
+ // permissions: ["jn_fdfx_ztzhfx"],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: "timeTransition",
|
|
|
+ // component: () =>
|
|
|
+ // import(
|
|
|
+ // "@/views/economicsOperation/windAnalyse/timeTransition/index.vue"
|
|
|
+ // ),
|
|
|
+ // name: "timeTransition",
|
|
|
+ // meta: {
|
|
|
+ // title: "状态转换分析",
|
|
|
+ // icon: "",
|
|
|
+ // permissions: ["jn_fdfx_ztsjfx"],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
path: "powerAnalyse",
|
|
|
component: () =>
|
|
|
- import("@/views/economicsOperation/windAnalyse/powerCurve"),
|
|
|
+ import("@/views/economicsOperation/windAnalyse/powerCurve"),
|
|
|
name: "PowerCurve",
|
|
|
meta: {
|
|
|
title: "功率曲线拟合",
|
|
@@ -602,7 +602,7 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "powerSearch",
|
|
|
component: () =>
|
|
|
- import("@/views/economicsOperation/windAnalyse/powerSearch"),
|
|
|
+ import("@/views/economicsOperation/windAnalyse/powerSearch"),
|
|
|
name: "PowerSearch",
|
|
|
meta: {
|
|
|
title: "功率曲线查询",
|
|
@@ -613,9 +613,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "qxpclfx",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/windAnalyse/qxpclfx/index.vue"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/windAnalyse/qxpclfx/index.vue"
|
|
|
+ ),
|
|
|
name: "Qxpclfx",
|
|
|
meta: {
|
|
|
title: "曲线偏差率分析",
|
|
@@ -626,9 +626,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "qxqjpcl",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/windAnalyse/qxqjpcl/index.vue"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/windAnalyse/qxqjpcl/index.vue"
|
|
|
+ ),
|
|
|
name: "Qxqjpcl",
|
|
|
meta: {
|
|
|
title: "曲线区间偏差率分析",
|
|
@@ -639,9 +639,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "cutInAndOutAnalysis",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/windAnalyse/cutInAndOutAnalysis/index.vue"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/windAnalyse/cutInAndOutAnalysis/index.vue"
|
|
|
+ ),
|
|
|
name: "CutInAndOutAnalysis",
|
|
|
meta: {
|
|
|
title: "切入切出分析",
|
|
@@ -652,9 +652,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "singleWindAnasyle",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/windAnalyse/singleWindAnasyle/index.vue"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/windAnalyse/singleWindAnasyle/index.vue"
|
|
|
+ ),
|
|
|
name: "SingleWindAnasyle",
|
|
|
meta: {
|
|
|
title: "单机性能分析",
|
|
@@ -665,9 +665,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "monthlyAnalysis",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/windAnalyse/monthlyAnalysis/index.vue"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/windAnalyse/monthlyAnalysis/index.vue"
|
|
|
+ ),
|
|
|
name: "MonthlyAnalysis",
|
|
|
meta: {
|
|
|
title: "单机月度分析",
|
|
@@ -678,9 +678,9 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: "performanceAssess",
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/windAnalyse/performanceAssess/index.vue"
|
|
|
- ),
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/windAnalyse/performanceAssess/index.vue"
|
|
|
+ ),
|
|
|
name: "PerformanceAssess",
|
|
|
meta: {
|
|
|
title: "性能等级评估",
|
|
@@ -692,7 +692,7 @@ export const asyncRoutes = [
|
|
|
path: "partsTemperatureAnalyse", // 各出力部件温度分析
|
|
|
name: "partsTemperatureAnalyse",
|
|
|
component: () =>
|
|
|
- import("@/views/IntegratedAlarm/reliability/partsTemperatureAnalyse/index2.vue"),
|
|
|
+ import("@/views/IntegratedAlarm/reliability/partsTemperatureAnalyse/index2.vue"),
|
|
|
meta: {
|
|
|
title: "各出力部件温度分析",
|
|
|
icon: "",
|
|
@@ -813,46 +813,46 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/economicsOperation/efficiency"),
|
|
|
name: "efficiency",
|
|
|
meta: {
|
|
|
- title: "运维三率",
|
|
|
- icon: "svg-dimension-new",
|
|
|
- permissions: ["jn_slgl"],
|
|
|
+ title: "运维三率",
|
|
|
+ icon: "svg-dimension-new",
|
|
|
+ permissions: ["jn_slgl"],
|
|
|
},
|
|
|
children: [
|
|
|
- {
|
|
|
- path: "restorationEfficiency",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- "@/views/economicsOperation/efficiency/restorationEfficiency"
|
|
|
- ),
|
|
|
- name: "restorationEfficiency",
|
|
|
- meta: {
|
|
|
- title: "复位及时率",
|
|
|
- icon: "",
|
|
|
- permissions: ["jn_slgl_fwjsl"],
|
|
|
+ {
|
|
|
+ path: "restorationEfficiency",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ "@/views/economicsOperation/efficiency/restorationEfficiency"
|
|
|
+ ),
|
|
|
+ name: "restorationEfficiency",
|
|
|
+ meta: {
|
|
|
+ title: "复位及时率",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_slgl_fwjsl"],
|
|
|
+ },
|
|
|
},
|
|
|
- },
|
|
|
- {
|
|
|
- path: "consumeEfficiency",
|
|
|
- component: () =>
|
|
|
- import("@/views/economicsOperation/efficiency/consumeEfficiency"),
|
|
|
- name: "consumeEfficiency",
|
|
|
- meta: {
|
|
|
- title: "消缺及时率",
|
|
|
- icon: "",
|
|
|
- permissions: ["jn_slgl_xqjsl"],
|
|
|
+ {
|
|
|
+ path: "consumeEfficiency",
|
|
|
+ component: () =>
|
|
|
+ import("@/views/economicsOperation/efficiency/consumeEfficiency"),
|
|
|
+ name: "consumeEfficiency",
|
|
|
+ meta: {
|
|
|
+ title: "消缺及时率",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_slgl_xqjsl"],
|
|
|
+ },
|
|
|
},
|
|
|
- },
|
|
|
- {
|
|
|
- path: "stateEfficiency",
|
|
|
- component: () =>
|
|
|
- import("@/views/economicsOperation/efficiency/stateEfficiency"),
|
|
|
- name: "stateEfficiency",
|
|
|
- meta: {
|
|
|
- title: "状态转换率",
|
|
|
- icon: "",
|
|
|
- permissions: ["jn_slgl_ztzhl"],
|
|
|
+ {
|
|
|
+ path: "stateEfficiency",
|
|
|
+ component: () =>
|
|
|
+ import("@/views/economicsOperation/efficiency/stateEfficiency"),
|
|
|
+ name: "stateEfficiency",
|
|
|
+ meta: {
|
|
|
+ title: "状态转换率",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_slgl_ztzhl"],
|
|
|
+ },
|
|
|
},
|
|
|
- },
|
|
|
],
|
|
|
},
|
|
|
// {
|
|
@@ -865,7 +865,7 @@ export const asyncRoutes = [
|
|
|
// permissions: ["jn_slgl"],
|
|
|
// },
|
|
|
// },
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
path: "rateAnalysis", // 对风偏差分析
|
|
|
name: "rateAnalysis",
|
|
@@ -962,7 +962,7 @@ export const asyncRoutes = [
|
|
|
// },
|
|
|
],
|
|
|
},
|
|
|
- // 智能报表
|
|
|
+ // 智能报表
|
|
|
{
|
|
|
path: "/nxreport",
|
|
|
meta: {
|
|
@@ -1139,9 +1139,9 @@ export const asyncRoutes = [
|
|
|
},
|
|
|
];
|
|
|
const router = createRouter({
|
|
|
- history: createWebHashHistory(),
|
|
|
- base: "/nem/",
|
|
|
- routes: [...constantRoutes, ...asyncRoutes],
|
|
|
+ history: createWebHashHistory(),
|
|
|
+ base: "/nem/",
|
|
|
+ routes: [...constantRoutes, ...asyncRoutes],
|
|
|
});
|
|
|
|
|
|
// router.beforeEach((to, from, next) => {
|