chore: 后端init接口数据为wxwork_config

This commit is contained in:
2025-12-16 10:54:57 +08:00
parent 08583aa8aa
commit 23e81114e9

View File

@@ -223,8 +223,8 @@ const store = new Vuex.Store({
this.commit('setServicerConfig', data.servicer);
// 企业微信配置
if (data.wxwork) {
this.commit('setWxworkConfig', data.wxwork);
if (data?.wxwork_config) {
this.commit('setWxworkConfig', data.wxwork_config);
}
this.commit('setCopyright', data.copyright);