Browse Source

no message

linwenxin 5 months ago
parent
commit
bd54d58187
1 changed files with 1 additions and 1 deletions
  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) {