Commit 0c9e7855 by haojie

1

parent ffa33b57
...@@ -59,7 +59,7 @@ export default defineComponent({ ...@@ -59,7 +59,7 @@ export default defineComponent({
const openCheckInterval = () => { const openCheckInterval = () => {
InterVal = window.setInterval(() => { InterVal = window.setInterval(() => {
Check(); Check();
}, 3000); }, 2000);
}; };
// 关闭轮询 // 关闭轮询
const closeInterval = () => { 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