chore: 后端init接口数据为wxwork_config
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user