| 
					
				 | 
			
			
				@@ -125,11 +125,11 @@ export const constantRoutes = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     path: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    redirect: '/device/channel', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    redirect: '/dc', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     hidden: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     children: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        path: '/device/channel', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        path: '/dc', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         component: () => import('@/views/biz/dc/index'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         name: '通道列表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -137,11 +137,11 @@ export const constantRoutes = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     path: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    redirect: '/device/channel/record', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    redirect: '/dcr', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     hidden: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     children: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        path: '/device/channel/record', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        path: '/dcr', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         component: () => import('@/views/biz/dc/record'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         name: '通道录像', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 |