Explorar el Código

经济运行里的光伏分析 风电分析里的状态时间分析和状态转换分析 屏蔽

SunZehao hace 9 meses
padre
commit
11cd0120bc
Se han modificado 1 ficheros con 129 adiciones y 129 borrados
  1. 129 129
      src/router/index.js

+ 129 - 129
src/router/index.js

@@ -1048,32 +1048,32 @@ 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: () =>
@@ -1177,110 +1177,110 @@ export const asyncRoutes = [
         ],
       },
       //光伏分析
-      {
-        path: "photovoltaicAnalyse",
-        redirect: "analyse/standAloneAnalyse",
-        component: () =>
-          import("@/views/economicsOperation/photovoltaicAnalyse"),
-        name: "PhotovoltaicAnalyse",
-        meta: {
-          title: "光伏分析",
-          icon: "svg-gffx",
-          permissions: ["jn_gffx"],
-        },
-        children: [
-          {
-            path: "gfstateTransition",
-            component: () =>
-              import(
-                "@/views/economicsOperation/photovoltaicAnalyse/stateTransition/index.vue"
-              ),
-            name: "gfstateTransition",
-            meta: {
-              title: "状态时间分析",
-              icon: "",
-              permissions: ["jn_gffx_ztzhfx"],
-            },
-          },
-          {
-            path: "gftimeTransition",
-            component: () =>
-              import(
-                "@/views/economicsOperation/photovoltaicAnalyse/timeTransition/index.vue"
-              ),
-            name: "gftimeTransition",
-            meta: {
-              title: "状态转换分析",
-              icon: "",
-              permissions: ["jn_gffx_ztsjfx"],
-            },
-          },
-          {
-            path: "powerHotAnalyse",
-            component: () =>
-              import(
-                "@/views/economicsOperation/photovoltaicAnalyse/powerHotAnalyse"
-              ),
-            name: "PowerHotAnalyse",
-            meta: {
-              title: "功率曲线拟合",
-              icon: "",
-              permissions: ["jn_gffx_glwdfx"],
-            },
-          },
-          {
-            path: "powerAnalyse",
-            component: () =>
-              import(
-                "@/views/economicsOperation/photovoltaicAnalyse/powerAnalyse"
-              ),
-            name: "PowerAnalyse",
-            meta: {
-              title: "功率曲线查询",
-              icon: "",
-              permissions: ["jn_gffx_glqxnh"],
-            },
-          },
+    //   {
+    //     path: "photovoltaicAnalyse",
+    //     redirect: "analyse/standAloneAnalyse",
+    //     component: () =>
+    //       import("@/views/economicsOperation/photovoltaicAnalyse"),
+    //     name: "PhotovoltaicAnalyse",
+    //     meta: {
+    //       title: "光伏分析",
+    //       icon: "svg-gffx",
+    //       permissions: ["jn_gffx"],
+    //     },
+    //     children: [
+    //       {
+    //         path: "gfstateTransition",
+    //         component: () =>
+    //           import(
+    //             "@/views/economicsOperation/photovoltaicAnalyse/stateTransition/index.vue"
+    //           ),
+    //         name: "gfstateTransition",
+    //         meta: {
+    //           title: "状态时间分析",
+    //           icon: "",
+    //           permissions: ["jn_gffx_ztzhfx"],
+    //         },
+    //       },
+    //       {
+    //         path: "gftimeTransition",
+    //         component: () =>
+    //           import(
+    //             "@/views/economicsOperation/photovoltaicAnalyse/timeTransition/index.vue"
+    //           ),
+    //         name: "gftimeTransition",
+    //         meta: {
+    //           title: "状态转换分析",
+    //           icon: "",
+    //           permissions: ["jn_gffx_ztsjfx"],
+    //         },
+    //       },
+    //       {
+    //         path: "powerHotAnalyse",
+    //         component: () =>
+    //           import(
+    //             "@/views/economicsOperation/photovoltaicAnalyse/powerHotAnalyse"
+    //           ),
+    //         name: "PowerHotAnalyse",
+    //         meta: {
+    //           title: "功率曲线拟合",
+    //           icon: "",
+    //           permissions: ["jn_gffx_glwdfx"],
+    //         },
+    //       },
+    //       {
+    //         path: "powerAnalyse",
+    //         component: () =>
+    //           import(
+    //             "@/views/economicsOperation/photovoltaicAnalyse/powerAnalyse"
+    //           ),
+    //         name: "PowerAnalyse",
+    //         meta: {
+    //           title: "功率曲线查询",
+    //           icon: "",
+    //           permissions: ["jn_gffx_glqxnh"],
+    //         },
+    //       },
 
-          {
-            path: "lslfx",
-            component: () =>
-              import("@/views/economicsOperation/photovoltaicAnalyse/lslfx"),
-            name: "Lslfx",
-            meta: {
-              title: "离散率分析",
-              icon: "",
-              permissions: ["jn_gffx_lslfx"],
-            },
-          },
-          {
-            path: "prAnalyse",
-            component: () =>
-              import(
-                "@/views/economicsOperation/photovoltaicAnalyse/prAnalyse"
-              ),
-            name: "PrAnalyse",
-            meta: {
-              title: "系统效率分析",
-              icon: "",
-              permissions: ["jn_gffx_xtxlfx"],
-            },
-          },
-          {
-            path: "performanceEvaluation",
-            component: () =>
-              import(
-                "@/views/economicsOperation/photovoltaicAnalyse/performanceEvaluation"
-              ),
-            name: "PerformanceEvaluation",
-            meta: {
-              title: "性能等级评估",
-              icon: "",
-              permissions: ["jn_gffx_xndjpg"],
-            },
-          },
-        ],
-      },
+    //       {
+    //         path: "lslfx",
+    //         component: () =>
+    //           import("@/views/economicsOperation/photovoltaicAnalyse/lslfx"),
+    //         name: "Lslfx",
+    //         meta: {
+    //           title: "离散率分析",
+    //           icon: "",
+    //           permissions: ["jn_gffx_lslfx"],
+    //         },
+    //       },
+    //       {
+    //         path: "prAnalyse",
+    //         component: () =>
+    //           import(
+    //             "@/views/economicsOperation/photovoltaicAnalyse/prAnalyse"
+    //           ),
+    //         name: "PrAnalyse",
+    //         meta: {
+    //           title: "系统效率分析",
+    //           icon: "",
+    //           permissions: ["jn_gffx_xtxlfx"],
+    //         },
+    //       },
+    //       {
+    //         path: "performanceEvaluation",
+    //         component: () =>
+    //           import(
+    //             "@/views/economicsOperation/photovoltaicAnalyse/performanceEvaluation"
+    //           ),
+    //         name: "PerformanceEvaluation",
+    //         meta: {
+    //           title: "性能等级评估",
+    //           icon: "",
+    //           permissions: ["jn_gffx_xndjpg"],
+    //         },
+    //       },
+    //     ],
+    //   },
       //管控效率
       {
         path: "efficiency",