配置企业微信后台 代码实现 <button @tap="openCustomerServiceChat">打开企业微信客服</button> methods: {openCustomerServiceChat(){wx.openCustomerServiceChat({extInfo: {url: '你刚才的客服地址'},corpId: '企业微信的id',showMessageCard: true,});} }