|
@@ -2,7 +2,7 @@
|
|
<div class="header-nxf">
|
|
<div class="header-nxf">
|
|
<p class="nxfP">智能管控一体化系统(惠安风场)</p>
|
|
<p class="nxfP">智能管控一体化系统(惠安风场)</p>
|
|
<ul class="header-nxf-list">
|
|
<ul class="header-nxf-list">
|
|
- <!-- @click="click(menu)" -->
|
|
|
|
|
|
+ <!-- @click="click(menu)" -->
|
|
<li class="header-nxf-it" v-for="(menu, index) of menus" :key="menu"
|
|
<li class="header-nxf-it" v-for="(menu, index) of menus" :key="menu"
|
|
:class="{ active: activeIndex == index }">
|
|
:class="{ active: activeIndex == index }">
|
|
<a :href="menu.path" class="aclas">{{ menu.text }}</a>
|
|
<a :href="menu.path" class="aclas">{{ menu.text }}</a>
|
|
@@ -13,7 +13,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
-import img from '@/assets/nxfImg/menu.png'
|
|
|
|
|
|
+ import img from '@/assets/nxfImg/menu.png'
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -22,49 +22,57 @@ import img from '@/assets/nxfImg/menu.png'
|
|
menus: [{
|
|
menus: [{
|
|
id: "1",
|
|
id: "1",
|
|
text: "全场监控",
|
|
text: "全场监控",
|
|
- path: "https://10.112.33.5:5300/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/9d23c8a1-444d-a21b-17a0-bb618059f8c0?instanceId=a760dcd2-413b-a488-bcd7-942cd5f8fff3",
|
|
|
|
|
|
+ path: process.env.VUE_APP_URL +
|
|
|
|
+ "/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/9d23c8a1-444d-a21b-17a0-bb618059f8c0?instanceId=a760dcd2-413b-a488-bcd7-942cd5f8fff3",
|
|
isActive: true,
|
|
isActive: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "2",
|
|
id: "2",
|
|
text: "矩阵图",
|
|
text: "矩阵图",
|
|
- path: "https://10.112.33.5:5300/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/060b34d5-26cc-f172-632a-e80ca3b7be04?instanceId=12b577b4-ea67-c8b6-7b13-1cb066aaf814",
|
|
|
|
|
|
+ path: process.env.VUE_APP_URL +
|
|
|
|
+ "/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/060b34d5-26cc-f172-632a-e80ca3b7be04?instanceId=12b577b4-ea67-c8b6-7b13-1cb066aaf814",
|
|
isActive: true,
|
|
isActive: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "3",
|
|
id: "3",
|
|
text: "告警中心",
|
|
text: "告警中心",
|
|
- path: "https://10.112.33.5:5300/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/3ab0f63d-669b-a119-1eb7-b85fbb6b07bc?instanceId=465034a6-24c1-c0aa-a480-16c7ea65e216",
|
|
|
|
|
|
+ path: process.env.VUE_APP_URL +
|
|
|
|
+ "/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/3ab0f63d-669b-a119-1eb7-b85fbb6b07bc?instanceId=465034a6-24c1-c0aa-a480-16c7ea65e216",
|
|
isActive: true,
|
|
isActive: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "4",
|
|
id: "4",
|
|
text: "智能报表",
|
|
text: "智能报表",
|
|
- path: "https://10.112.33.5:5300/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/d267bff2-2047-53e6-d464-258184eb6da5?instanceId=9246cfa3-701a-5958-1e9c-cfd38a773813",
|
|
|
|
|
|
+ path: process.env.VUE_APP_URL +
|
|
|
|
+ "/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/d267bff2-2047-53e6-d464-258184eb6da5?instanceId=9246cfa3-701a-5958-1e9c-cfd38a773813",
|
|
isActive: false,
|
|
isActive: false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "5",
|
|
id: "5",
|
|
text: "电气系统",
|
|
text: "电气系统",
|
|
- path: "https://10.112.33.5:5300/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/31b8da0c-1c7e-599c-041b-ea51ed62b4b6?instanceId=2d6a7f5b-c49c-259a-67c4-43579e74ebd7",
|
|
|
|
|
|
+ path: process.env.VUE_APP_URL +
|
|
|
|
+ "/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/31b8da0c-1c7e-599c-041b-ea51ed62b4b6?instanceId=2d6a7f5b-c49c-259a-67c4-43579e74ebd7",
|
|
isActive: false,
|
|
isActive: false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "6",
|
|
id: "6",
|
|
text: "电网协同",
|
|
text: "电网协同",
|
|
- path: "https://10.112.33.5:5300/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/4c074039-5151-45b5-f061-23b64e63c711?instanceId=1ccd5b1c-9861-b617-a3d5-387f2d596924",
|
|
|
|
|
|
+ path: process.env.VUE_APP_URL +
|
|
|
|
+ "/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/4c074039-5151-45b5-f061-23b64e63c711?instanceId=1ccd5b1c-9861-b617-a3d5-387f2d596924",
|
|
isActive: false,
|
|
isActive: false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "7",
|
|
id: "7",
|
|
text: "风功率预测",
|
|
text: "风功率预测",
|
|
- path: "https://10.112.33.5:5300/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/b26fc778-e388-c9b6-9ee3-505a7b96dbfc?instanceId=8015e62d-b833-966a-220f-900ad1eb53ad",
|
|
|
|
|
|
+ path: process.env.VUE_APP_URL +
|
|
|
|
+ "/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/b26fc778-e388-c9b6-9ee3-505a7b96dbfc?instanceId=8015e62d-b833-966a-220f-900ad1eb53ad",
|
|
isActive: false,
|
|
isActive: false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "8",
|
|
id: "8",
|
|
text: "运行指标",
|
|
text: "运行指标",
|
|
- path: "https://10.112.33.5:5300/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/862c8272-8cf8-435c-b3fc-b28936b4bfe0?instanceId=387b6bac-1dcc-fda6-b31e-c56518fc08ee",
|
|
|
|
|
|
+ path: process.env.VUE_APP_URL +
|
|
|
|
+ "/index.html/#/runtime/b0d3f1f4-3e5d-429b-af81-2661e7099caa/862c8272-8cf8-435c-b3fc-b28936b4bfe0?instanceId=387b6bac-1dcc-fda6-b31e-c56518fc08ee",
|
|
isActive: false,
|
|
isActive: false,
|
|
},
|
|
},
|
|
],
|
|
],
|
|
@@ -118,17 +126,18 @@ import img from '@/assets/nxfImg/menu.png'
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
transition: color 0.2s ease-in-out;
|
|
transition: color 0.2s ease-in-out;
|
|
|
|
|
|
- .aclas{
|
|
|
|
|
|
+ .aclas {
|
|
color: #a6b8dd;
|
|
color: #a6b8dd;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
text-decoration: auto;
|
|
text-decoration: auto;
|
|
|
|
+
|
|
&:hover {
|
|
&:hover {
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .imgcla{
|
|
|
|
|
|
+ .imgcla {
|
|
width: 10px;
|
|
width: 10px;
|
|
height: 30px;
|
|
height: 30px;
|
|
position: relative;
|
|
position: relative;
|