mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-09-21 02:49:20 +08:00
优化数据
This commit is contained in:
@@ -128,7 +128,7 @@ export default {
|
||||
|
||||
const chatTimer = setInterval(() => {
|
||||
this.getData();
|
||||
}, 2000);
|
||||
}, 10000);
|
||||
|
||||
this.$once('hook:beforeDestroy', () => {
|
||||
clearInterval(chatTimer);
|
||||
|
Reference in New Issue
Block a user