|
@@ -78,6 +78,7 @@ new Vue({
|
|
|
this.$store.state.logoUrl = config.logoUrl
|
|
|
this.$store.state.bottonTitle = config.bottonTitle
|
|
|
this.$store.state.mode = config.mode
|
|
|
+ this.$store.state.topTitle = config.topTitle
|
|
|
store.commit('SET_SIDEBAR_TYPE', Vue.ls.get(SIDEBAR_TYPE, true))
|
|
|
store.commit('TOGGLE_THEME', Vue.ls.get(DEFAULT_THEME, config.navTheme))
|
|
|
store.commit('TOGGLE_LAYOUT_MODE', Vue.ls.get(DEFAULT_LAYOUT_MODE, config.layout))
|