This commit is contained in:
qiangyanwen 2022-12-13 16:54:11 +08:00
parent 53e91bdf18
commit bc1c09562a
1 changed files with 1 additions and 5 deletions

View File

@ -29,7 +29,7 @@
</template>
<script setup>
import {onMounted, reactive, ref} from "vue";
import {onMounted, reactive} from "vue";
let sysparams = reactive({
count: 0,
@ -99,10 +99,6 @@ const columns = [{
dataIndex: "free",
}
];
const websocket =reactive({
ws: null,
})
onMounted(() => {
setInterval(() => {