路径修正
This commit is contained in:
		
							parent
							
								
									5104141989
								
							
						
					
					
						commit
						66905bc929
					
				| 
						 | 
				
			
			@ -35,7 +35,7 @@ export default {
 | 
			
		|||
      const first = matched[0]
 | 
			
		||||
 | 
			
		||||
      if (!this.isDashboard(first)) {
 | 
			
		||||
        matched = [{ path: '/index', meta: { title: '首页' }}].concat(matched)
 | 
			
		||||
        matched = [{ path: '/home/equipment-supply', meta: { title: '首页' }}].concat(matched)
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue