7489-testToMaster #408
|
@ -15,7 +15,7 @@ export default function useRedirect() {
|
|||
|
||||
const to =
|
||||
data.length === 1
|
||||
? path.replace(/\/(list|-list|:id)/, `/${data[0].id}`)
|
||||
? path.replace(/\/(list|:id)|-list/, `/${data[0].id}`)
|
||||
: path.replace(/:id.*/, '');
|
||||
|
||||
router.push({ path: to });
|
||||
|
|
Loading…
Reference in New Issue