固定重定向路径表达式
This commit is contained in:
		@@ -32,7 +32,7 @@ export const constantRoutes = [
 | 
			
		||||
    hidden: true,
 | 
			
		||||
    children: [
 | 
			
		||||
      {
 | 
			
		||||
        path: '/redirect/:path*',
 | 
			
		||||
        path: '/redirect/:path(.*)',
 | 
			
		||||
        component: () => import('@/views/redirect')
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user