This commit is contained in:
2021-06-16 17:11:07 +00:00
parent aaf04c6c48
commit 165d877b69
3 changed files with 98 additions and 22 deletions

View File

@@ -856,6 +856,15 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "evaluate" */ "./views/ay-evaluate.vue")
},
{
//No rights - happens when customer user logs in without access to anything at all due to configuration not allowing it
path: "/no-features-available",
name: "no-features-available",
component: () =>
import(
/* webpackChunkName: "ay-common" */ "./views/nofeaturesavailable.vue"
)
},
{
//404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404
path: "*",