You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix URL parameter parsing to handle different URL formats
- Update URL parsing logic to support both query parameter (?id=...) and path parameter (/example-detail/...) formats
- Add fallback mechanism to extract example ID from path segments when query parameter is missing
- This addresses the issue where manually changing URL format would cause unexpected redirects
- The application now properly handles various URL formats without强制重定向 to a specific format
0 commit comments