Better id
This commit is contained in:
parent
2b536a7443
commit
3aef5e6748
5 changed files with 7 additions and 7 deletions
|
|
@ -114,7 +114,7 @@ export default define({
|
|||
this.connection.on('stats', this.onStats);
|
||||
this.connection.on('statsLog', this.onStatsLog);
|
||||
this.connection.send('requestLog',{
|
||||
id: Math.random().toString()
|
||||
id: Math.random().toString().substr(2, 8)
|
||||
});
|
||||
},
|
||||
beforeDestroy() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue