client init after login
This commit is contained in:
parent
e70c58a3b3
commit
17a34d2686
@ -201,9 +201,7 @@ export default {
|
||||
}
|
||||
|
||||
this.checkLogin()
|
||||
await this.$store.dispatch('config/getGuiConfig')
|
||||
this.$store.dispatch('config/getPlayoutConfig')
|
||||
this.$store.dispatch('config/getUserConfig')
|
||||
await this.$store.dispatch('config/nuxtClientInit')
|
||||
} catch (e) {
|
||||
this.formError = e.message
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user