style:
Cette révision appartient à :
@@ -41,7 +41,9 @@ router.beforeEach(async (to, from, next) => {
|
|||||||
} else {
|
} else {
|
||||||
next({ ...to, replace: true })
|
next({ ...to, replace: true })
|
||||||
}
|
}
|
||||||
} else {
|
}/* else if (to.path === '/404') {
|
||||||
|
next({path: to.redirectedFrom?.fullPath, replace: true})
|
||||||
|
}*/ else {
|
||||||
next()
|
next()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Référencer dans un nouveau ticket
Bloquer un utilisateur