|
@@ -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) {
|