Merge branch 'master' of http://git.umayle.com:2023/liulonglong/shuinichang_
This commit is contained in:
commit
08a9903fbe
|
|
@ -39,7 +39,7 @@ export default {
|
||||||
width: 7680px;
|
width: 7680px;
|
||||||
height: 3240px;
|
height: 3240px;
|
||||||
/* width: 100vw;
|
/* width: 100vw;
|
||||||
height: 100vh; */
|
height: 100vh; */
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
/* background-image: url(./assets/img/左遮罩.png), url(./assets/img/右遮罩.png),
|
/* background-image: url(./assets/img/左遮罩.png), url(./assets/img/右遮罩.png),
|
||||||
url(./assets/img/遮罩上.png), url(./assets/img/下遮罩.png); */
|
url(./assets/img/遮罩上.png), url(./assets/img/下遮罩.png); */
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -124,7 +124,7 @@ export default {
|
||||||
if (name == "生产工艺") {
|
if (name == "生产工艺") {
|
||||||
window.vuplex.postMessage({
|
window.vuplex.postMessage({
|
||||||
type: "video",
|
type: "video",
|
||||||
message: `${name}_true`,
|
message: "生产工艺动画",
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
window.vuplex.postMessage({
|
window.vuplex.postMessage({
|
||||||
|
|
|
||||||
|
|
@ -115,6 +115,17 @@
|
||||||
<div class="imgBox">
|
<div class="imgBox">
|
||||||
<img src="../../assets/img/小标题栏.png" class="img" />
|
<img src="../../assets/img/小标题栏.png" class="img" />
|
||||||
<p>余热发电</p>
|
<p>余热发电</p>
|
||||||
|
<img
|
||||||
|
src="../../assets/nyjc/余热发电.png"
|
||||||
|
alt=""
|
||||||
|
class="img1"
|
||||||
|
@click="
|
||||||
|
this.sendMessageToCSharp({
|
||||||
|
type: 'video',
|
||||||
|
message: '余热发电动画',
|
||||||
|
})
|
||||||
|
"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="chartBox">
|
<div class="chartBox">
|
||||||
<div id="yrfd"></div>
|
<div id="yrfd"></div>
|
||||||
|
|
@ -124,6 +135,17 @@
|
||||||
<div class="imgBox">
|
<div class="imgBox">
|
||||||
<img src="../../assets/img/小标题栏.png" class="img" />
|
<img src="../../assets/img/小标题栏.png" class="img" />
|
||||||
<p>垃圾发电量</p>
|
<p>垃圾发电量</p>
|
||||||
|
<img
|
||||||
|
src="../../assets/nyjc/垃圾发电.png"
|
||||||
|
alt=""
|
||||||
|
class="img1"
|
||||||
|
@click="
|
||||||
|
this.sendMessageToCSharp({
|
||||||
|
type: 'video',
|
||||||
|
message: '垃圾发电动画',
|
||||||
|
})
|
||||||
|
"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="chartBox">
|
<div class="chartBox">
|
||||||
<div id="ljfdl"></div>
|
<div id="ljfdl"></div>
|
||||||
|
|
@ -371,16 +393,16 @@ export default {
|
||||||
var myChart = this.$echarts.init(chartDom);
|
var myChart = this.$echarts.init(chartDom);
|
||||||
myChart.setOption(option);
|
myChart.setOption(option);
|
||||||
},
|
},
|
||||||
sendMessageToCSharp(name) {
|
sendMessageToCSharp(obj) {
|
||||||
window.vuplex.postMessage({
|
window.vuplex.postMessage(obj);
|
||||||
type: "Tog",
|
|
||||||
message: `${name}_true`,
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
goOne(a) {
|
goOne(a) {
|
||||||
this.click2 = "";
|
this.click2 = "";
|
||||||
this.click1 = a;
|
this.click1 = a;
|
||||||
this.sendMessageToCSharp(this.click1);
|
this.sendMessageToCSharp({
|
||||||
|
type: "Tog",
|
||||||
|
message: `${this.click1}_true`,
|
||||||
|
});
|
||||||
if (this.click1 == "配电室") {
|
if (this.click1 == "配电室") {
|
||||||
this.$router.replace(
|
this.$router.replace(
|
||||||
"/area/nyjcd/pds",
|
"/area/nyjcd/pds",
|
||||||
|
|
@ -398,13 +420,17 @@ export default {
|
||||||
goTwo(a) {
|
goTwo(a) {
|
||||||
this.click1 = "";
|
this.click1 = "";
|
||||||
this.click2 = a;
|
this.click2 = a;
|
||||||
this.sendMessageToCSharp(this.click2);
|
this.sendMessageToCSharp({
|
||||||
|
type: "Tog",
|
||||||
|
message: `${this.click2}_true`,
|
||||||
|
});
|
||||||
this.$router.replace(
|
this.$router.replace(
|
||||||
`/area/nyjcd/scx1?type=${this.click2}`,
|
`/area/nyjcd/scx1?type=${this.click2}`,
|
||||||
() => {},
|
() => {},
|
||||||
() => {}
|
() => {}
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
//余热发电 3d
|
//余热发电 3d
|
||||||
yrfd() {
|
yrfd() {
|
||||||
let xaxisData = ["1月", "2月", "3月", "4月", "5月"];
|
let xaxisData = ["1月", "2月", "3月", "4月", "5月"];
|
||||||
|
|
@ -976,6 +1002,12 @@ export default {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-family: "MicrosoftYaHei";
|
font-family: "MicrosoftYaHei";
|
||||||
}
|
}
|
||||||
|
.img1 {
|
||||||
|
position: absolute;
|
||||||
|
cursor: pointer;
|
||||||
|
top: 20px;
|
||||||
|
left: 250px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chartBox {
|
.chartBox {
|
||||||
|
|
@ -1004,6 +1036,12 @@ export default {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-family: "MicrosoftYaHei";
|
font-family: "MicrosoftYaHei";
|
||||||
}
|
}
|
||||||
|
.img1 {
|
||||||
|
position: absolute;
|
||||||
|
cursor: pointer;
|
||||||
|
top: 20px;
|
||||||
|
left: 250px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chartBox {
|
.chartBox {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue