18 lines
222 B
Vue
18 lines
222 B
Vue
|
<template>
|
||
|
<web-view src="https://portal.lihe-control.com/#/realTime"></web-view>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
data() {
|
||
|
return {
|
||
|
|
||
|
};
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style lang="scss">
|
||
|
|
||
|
</style>
|