소스 검색

no message

linwenxin 5 달 전
부모
커밋
bd54d58187
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {