wuyouming666
2024-05-20 1ac37f17a1e674337ea924e9f930725575cee15d
CanadaMes-ui/src/views/device/talkvue.vue
New file
@@ -0,0 +1,23 @@
<template>
  <div class="container">
    <!-- <iframe src="http://localhost:8080/GERP/optimize/optimize/html/youhuacaidan.jsp"></iframe> -->
  </div>
</template>
<style>
.container {
  position: fixed;
  left: 5;
  width: 100%;
  height: 100%;
}
iframe {
  width: 96%;
  height: 99%;
}
</style>