|  | @@ -549,6 +549,18 @@ function setDetailRoute(accessedRoutes) {
 | 
	
		
			
				|  |  |              activeMenu: '/childrensDay'
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +          name: '新建直播课',
 | 
	
		
			
				|  |  | +          path: 'createLiveClass',
 | 
	
		
			
				|  |  | +          component: () => import('@/views/liveClassManager/newLiveClass'),
 | 
	
		
			
				|  |  | +          hidden: true,
 | 
	
		
			
				|  |  | +          meta: {
 | 
	
		
			
				|  |  | +            noCache: '1',
 | 
	
		
			
				|  |  | +            title: '新建直播课',
 | 
	
		
			
				|  |  | +            belongTopMenu: "/business",
 | 
	
		
			
				|  |  | +            activeMenu: '/liveClassManager'
 | 
	
		
			
				|  |  | +          }
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  |          // /otherManager/reaplceMusicPlayer /reaplceMusicPlayer/answer
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        ])
 |