|
|
@@ -123,7 +123,6 @@
|
|
|
}, 20)
|
|
|
|
|
|
this.getActivitySetting();
|
|
|
- this.customStyle.background = this.vuex_theme.bgColor;
|
|
|
},
|
|
|
computed: {
|
|
|
content() {
|
|
|
@@ -604,6 +603,7 @@
|
|
|
}
|
|
|
let activeSetting = JSON.parse((await this.$api.platform.getPlatformValue(params)).data.data);
|
|
|
this.$config.setTheme(activeSetting.theme, this);
|
|
|
+ this.customStyle.background = this.vuex_theme.bgColor;
|
|
|
this.activitySetting = activeSetting;
|
|
|
activeSetting.defaultActiveId = this.activity.activeId
|
|
|
this.$u.vuex('vuex_active_setting', activeSetting);
|