diff --git a/src/router/index.js b/src/router/index.js index 94f82f8..3e47a34 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -16,15 +16,15 @@ const routes = [ }, // 负荷管理 { - path:"/fhgl", - name:"fhgl", - component:()=>import("@/views/Zhou/FHGL.vue") + path: "/fhgl", + name: "fhgl", + component: () => import("@/views/Zhou/FHGL.vue"), }, // 可调负荷 { - path:"/kdfh", - name:"kdfh", - component:()=>import("@/views/Zhou/KDFH.vue") + path: "/kdfh", + name: "kdfh", + component: () => import("@/views/Zhou/KDFH.vue"), }, // 能效管理 { @@ -42,6 +42,11 @@ const routes = [ name: "nyjcd", component: () => import("../views/lll/NYJCD.vue"), }, + { + path: "/nyjc", + name: "nyjc", + component: () => import("../views/lll/NYJC.vue"), + }, ], }, ]; diff --git a/src/views/lll/NYJC.vue b/src/views/lll/NYJC.vue new file mode 100644 index 0000000..f8fc77d --- /dev/null +++ b/src/views/lll/NYJC.vue @@ -0,0 +1,868 @@ + + + diff --git a/src/views/lll/NYJCD.vue b/src/views/lll/NYJCD.vue index f134c7f..6488433 100644 --- a/src/views/lll/NYJCD.vue +++ b/src/views/lll/NYJCD.vue @@ -353,7 +353,7 @@ export default { .box { width: 100%; height: 100%; - padding-top: 500px; + padding-top: 400px; box-sizing: border-box; background-color: transparent; display: flex; diff --git a/src/views/lll/PDS.vue b/src/views/lll/PDS.vue index 95fb8e3..86bb1db 100644 --- a/src/views/lll/PDS.vue +++ b/src/views/lll/PDS.vue @@ -39,7 +39,7 @@ export default { .box { width: 100%; height: 100%; - padding-top: 500px; + padding-top: 400px; box-sizing: border-box; display: flex; background-color: transparent; diff --git a/src/views/lll/ZNYW.vue b/src/views/lll/ZNYW.vue index ce25f82..6065fcf 100644 --- a/src/views/lll/ZNYW.vue +++ b/src/views/lll/ZNYW.vue @@ -494,7 +494,7 @@ export default { .box { width: 100%; height: 100%; - padding-top: 500px; + padding-top: 400px; box-sizing: border-box; display: flex; justify-content: space-between;