linwenxin 5 meses atrás
pai
commit
bd54d58187
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/Shortcut/index.vue

+ 1 - 1
src/components/Shortcut/index.vue

@@ -170,7 +170,7 @@ export default {
       this_.updateUnreadNotice()
       this_.timeId = setTimeout(dingshiqingqiu, 2000)
     })()
-    commonCompanywechatGet({ id: this.userInfo.companyWechatId }).then(res => {
+    commonCompanywechatGet({ id: this.userInfo?.companyWechatId, returnErr: true }).then(res => {
       console.log(res)
       this.QRcodeList = []
       if (res?.data?.qrcode1) {