Commit f9632bf7 authored by qjeslks's avatar qjeslks

报警间隔

parent 88c39c0d
......@@ -803,7 +803,7 @@ export default defineComponent({
getinfo();
alarm();
countalarm();
}, 10 * 1000); // 每分钟执行一次
}, 60 * 1000); // 每分钟执行一次
return {
menuWidth,
......
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