fix: fixed redirect path regex (#2933)
							parent
							
								
									39b2b9b872
								
							
						
					
					
						commit
						dc4832ad5b
					
				|  | @ -45,7 +45,7 @@ export const constantRoutes = [ | |||
|     hidden: true, | ||||
|     children: [ | ||||
|       { | ||||
|         path: '/redirect/:path*', | ||||
|         path: '/redirect/:path(.*)', | ||||
|         component: () => import('@/views/redirect/index') | ||||
|       } | ||||
|     ] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 李小斐
						李小斐