wszhyWx/pages/web_view/web_view.vue

18 lines
222 B
Vue
Raw Normal View History

2023-10-07 01:49:48 +00:00
<template>
<web-view src="https://portal.lihe-control.com/#/realTime"></web-view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>