添加页面
parent
1ed302bbb4
commit
a03673b467
@ -0,0 +1,30 @@
|
|||||||
|
<template>
|
||||||
|
<div class="body">
|
||||||
|
<iframe :src="iframeSrc" style="width: 100%;height: 100%"></iframe>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
import * as TWEEN from '@tweenjs/tween.js'
|
||||||
|
import {getAgvData, getHourProductionList} from "../../api/board/cs2";
|
||||||
|
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
iframeSrc:'http://192.168.202.20:8100/#/de-link/gXZdFzxH'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {},
|
||||||
|
mounted() {}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style scoped lang="less">
|
||||||
|
.body{
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue