|
@@ -402,19 +402,19 @@ 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: () =>
|
|
@@ -1076,6 +1076,26 @@ export const asyncRoutes = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
+ path: "fdxnyrb",
|
|
|
+ name: "fdxnyrb",
|
|
|
+ component: () => import("@/views/report/stationReport/fdxnyrb"),
|
|
|
+ meta: {
|
|
|
+ title: "晋能风电新能源日报",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_zdz_fdxnyrb", "*:*:*"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "gfxnyrb",
|
|
|
+ name: "gfxnyrb",
|
|
|
+ component: () => import("@/views/report/stationReport/gfxnyrb"),
|
|
|
+ meta: {
|
|
|
+ title: "晋能光伏新能源日报",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_zdz_gfxnyrb", "*:*:*"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
path: "fdczzdy",
|
|
|
name: "fdczzdy",
|
|
|
component: () => import("@/views/report/stationReport/fdczzdy"),
|