设置定时,10分钟一次

This commit is contained in:
ljx 2024-09-20 12:03:04 +08:00
parent 8a4a0099fb
commit 6777444b02
1 changed files with 4 additions and 0 deletions

View File

@ -390,6 +390,10 @@ export default {
}
}
this.createdData(Aid)
let that = this;
setInterval(()=>{
that.createdData(Aid)
}, 100000)
},
methods: {
createdData (Aid) {