|  | @@ -63,9 +63,9 @@ export default {
 | 
	
		
			
				|  |  |        getMenu().then(res => {
 | 
	
		
			
				|  |  |          this.menuList = res.data
 | 
	
		
			
				|  |  |          this.$refs.Scroll.refresh()
 | 
	
		
			
				|  |  | -        this.getBadge('/iot/donghuan', getDonghuanBadge)        
 | 
	
		
			
				|  |  | -        this.getBadge('/iot/dvrDisk', getDvrRecorderBadge)  
 | 
	
		
			
				|  |  | -        this.getBadge('/iot/videoDiagnosis', getVideoDiagnosisBadge)  
 | 
	
		
			
				|  |  | +        this.getBadge('/iot/donghuan', getDonghuanBadge)
 | 
	
		
			
				|  |  | +        this.getBadge('/iot/dvrDisk', getDvrRecorderBadge)
 | 
	
		
			
				|  |  | +        this.getBadge('/iot/videoDiagnosis', getVideoDiagnosisBadge)
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      getBadge(url, method) {
 | 
	
	
		
			
				|  | @@ -86,12 +86,12 @@ export default {
 | 
	
		
			
				|  |  |        if (menu) {
 | 
	
		
			
				|  |  |          method(this.orgId).then(r => {
 | 
	
		
			
				|  |  |            if (r.data) {
 | 
	
		
			
				|  |  | -            menu.badge = r.data
 | 
	
		
			
				|  |  | +            menu.badge = r.data > 99 ? '99+' : r.data
 | 
	
		
			
				|  |  |            } else {
 | 
	
		
			
				|  |  |              menu.badge = null
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  | -          
 | 
	
		
			
				|  |  | -          this.$forceUpdate();
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +          this.$forceUpdate()
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 |