Commit 0c9e7855 by haojie

1

parent ffa33b57
......@@ -59,7 +59,7 @@ export default defineComponent({
const openCheckInterval = () => {
InterVal = window.setInterval(() => {
Check();
}, 3000);
}, 2000);
};
// 关闭轮询
const closeInterval = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment