From 23e81114e9fcb7f9ba8964f9b8a0c3cddf8cde9c Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 16 Dec 2025 10:54:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=90=8E=E7=AB=AFinit=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=95=B0=E6=8D=AE=E4=B8=BAwxwork=5Fconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store/index.js b/store/index.js index 2d875ee..8f295b5 100644 --- a/store/index.js +++ b/store/index.js @@ -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);