move clientId init to index.html, make zoom events only exist when they actually do something
This commit is contained in:
parent
a0118b0bdf
commit
e9129cf049
7 changed files with 106 additions and 111 deletions
|
|
@ -82,6 +82,7 @@ export default {
|
|||
})
|
||||
this.g = await main(
|
||||
this.$route.params.id,
|
||||
this.$clientId,
|
||||
this.$config.WS_ADDRESS,
|
||||
MODE_PLAY,
|
||||
this.$el,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue