load config after login
This commit is contained in:
parent
643d9d09e9
commit
187377ae4a
@ -201,6 +201,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.checkLogin()
|
this.checkLogin()
|
||||||
|
this.$store.dispatch('config/getGuiConfig')
|
||||||
|
this.$store.dispatch('config/getPlayoutConfig')
|
||||||
|
this.$store.dispatch('config/getUserConfig')
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.formError = e.message
|
this.formError = e.message
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user