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