Web端(Vue)使用企业微信通讯录组件(ww-open-data)无问题,但是使用相同代码(Vue+Electron)打包好的正式版本客户端,企业微信的通讯录组件无法使用,报错如下:
<!--index.html已经引入了也相应库-->
<script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js" referrerpolicy="origin"></script>
<script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js" referrerpolicy="origin"></script>
agentConfig出错:
{"data":{"result":{"err_Info":"fail","errMsg":"agentConfig:fail","hint":"Hint: '0217152954:ab24ba6u8t:-4'. More info at https://open.work.weixin.qq.com/devtool/query?e=-4"}}}