add test
This commit is contained in:
parent
53e91bdf18
commit
bc1c09562a
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue