add websocket

This commit is contained in:
lb
2023-05-11 10:40:00 +08:00
parent 678a29b37e
commit 1bcd216487
5 changed files with 87 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
style="
position: absolute;
bottom: 151px;
left: 65px;
left: 64px;
transform: scale(1.02, 1.05);
"
>
@@ -22,6 +22,7 @@
id="1"
preload="auto"
height="100"
muted
autoplay
loop
disablepictureinpicture
@@ -43,6 +44,7 @@
class="video-top"
preload="auto"
height="100"
muted
autoplay
loop
disablepictureinpicture
@@ -101,6 +103,11 @@ import FanRuntime from "../boxes/FanRuntime.vue";
import AreaOne from "../isolate-area-1/Area.vue";
// import Container from './Container.vue'
import WsClient from "../../utils/wsClass";
const wsc = new WsClient();
wsc.registerListeners();
export default {
name: "Main",
components: {