src/components/PageHeader.vue
@@ -513,8 +513,12 @@ if(this.isAudit) { this.$apis.userMager.operationRecord.unReadLog().then(res=>{ let rs = JSON.parse(res.data.result); console.log(rs); this.singularNum = rs.data.length; if(rs.code == 1) { this.singularNum = rs.data.length; }else { this.singularNum = 0; } }).catch(error => {}); } },