diff --git a/src/router/index.js b/src/router/index.js
index 425b78f..b90e5b2 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -30,47 +30,38 @@ const routes = [
{
path: "/nxglnh",
name: "nxglnh",
- component: () => import("@/views/Zhou/NXGLNH.vue")
+ component: () => import("@/views/Zhou/NXGLNH.vue"),
},
// 能效管理
{
path: "/nxgl",
name: "nxgl",
- component: () => import("@/views/Zhou/NXGL.vue")
+ component: () => import("@/views/Zhou/NXGL.vue"),
},
// 碳资源管理
{
path: "/tzcgl",
name: "tzcgl",
- component: () => import("@/views/Zhou/TZCGL.vue")
+ component: () => import("@/views/Zhou/TZCGL.vue"),
},
// 碳资源熟料管理
{
path: "/tzcglsl",
name: "tzcglsl",
- component: () => import("@/views/Zhou/TZCGLSL.vue")
+ component: () => import("@/views/Zhou/TZCGLSL.vue"),
},
{
path: "/znywjk",
name: "znywjk",
- component: () => import("@/views/Zhou/ZNYWJK.vue")
+ component: () => import("@/views/Zhou/ZNYWJK.vue"),
},
+ //配电室
{
path: "pds",
name: "pds",
component: () => import("../views/lll/PDS.vue"),
},
- //测试页面
- {
- path: "pds1",
- name: "pds1",
- component: () => import("../views/lll/NYJCD/PDS.vue"),
- },
- {
- path: "scx1",
- name: "scx1",
- component: () => import("../views/lll/NYJCD/SCX1.vue"),
- },
+ //能源监测
{
path: "area",
name: "area",
diff --git a/src/views/Index.vue b/src/views/Index.vue
index d3b067c..a963bd5 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -4,82 +4,97 @@
- 生产工艺
-
生产工艺
- 能源监测
-
能源监测
负荷管理
-
负荷管理
- 能效管理
-
能效管理
+
智能运维
- 智能运维
-
- 碳资产管理
-
碳资产管理
@@ -96,7 +111,12 @@ export default { components: { RouterView }, data() { return { - isShow: true, + flag1: true, + flag2: true, + flag3: true, + flag4: true, + flag5: true, + flag6: true, }; }, methods: { @@ -106,6 +126,84 @@ export default { message: "碳资产管理_true", }); }, + go1() { + this.flag1 = false; + this.flag2 = true; + this.flag3 = true; + this.flag4 = true; + this.flag5 = true; + this.flag6 = true; + // this.$router.push( + // "/znywjk", + // () => {}, + // () => {} + // ); + }, + go2() { + this.flag1 = true; + this.flag2 = false; + this.flag3 = true; + this.flag4 = true; + this.flag5 = true; + this.flag6 = true; + this.$router.push( + "/area", + () => {}, + () => {} + ); + }, + go3() { + this.flag1 = true; + this.flag2 = true; + this.flag3 = false; + this.flag4 = true; + this.flag5 = true; + this.flag6 = true; + this.$router.push( + "/fhgl", + () => {}, + () => {} + ); + }, + go4() { + this.flag1 = true; + this.flag2 = true; + this.flag3 = true; + this.flag4 = false; + this.flag5 = true; + this.flag6 = true; + this.$router.push( + "/nxgl", + () => {}, + () => {} + ); + }, + go5() { + this.flag1 = true; + this.flag2 = true; + this.flag3 = true; + this.flag4 = true; + this.flag5 = false; + this.flag6 = true; + this.$router.push( + "/znyw", + () => {}, + () => {} + ); + }, + go6() { + this.flag1 = true; + this.flag2 = true; + this.flag3 = true; + this.flag4 = true; + this.flag5 = true; + this.flag6 = false; + this.$router.push( + "/tzcgl", + () => {}, + () => {} + ); + }, }, }; @@ -263,7 +361,7 @@ export default { width: 316px; height: 46px; font-size: 50px; - font-family: FZZhengHeiS-B-GB; + font-family: "FZZhengHeiS-B-GB"; font-weight: 400; color: #ffffff; line-height: 20px; @@ -274,6 +372,9 @@ export default { width: 100%; height: 200px; position: relative; + div { + cursor: pointer; + } } } diff --git a/src/views/Zhou/FHGL.vue b/src/views/Zhou/FHGL.vue index 8953bac..0625dcd 100644 --- a/src/views/Zhou/FHGL.vue +++ b/src/views/Zhou/FHGL.vue @@ -93,9 +93,12 @@