add test
This commit is contained in:
parent
53e91bdf18
commit
bc1c09562a
|
|
@ -29,7 +29,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {onMounted, reactive, ref} from "vue";
|
import {onMounted, reactive} from "vue";
|
||||||
|
|
||||||
let sysparams = reactive({
|
let sysparams = reactive({
|
||||||
count: 0,
|
count: 0,
|
||||||
|
|
@ -99,10 +99,6 @@ const columns = [{
|
||||||
dataIndex: "free",
|
dataIndex: "free",
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
const websocket =reactive({
|
|
||||||
ws: null,
|
|
||||||
|
|
||||||
})
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue