fixing route

This commit is contained in:
Warunee Tamkoo 2024-08-13 09:45:59 +07:00
parent 1333e53c63
commit d0ac01b92e
5 changed files with 32 additions and 22 deletions

View file

@ -83,7 +83,7 @@ export default [
},
},
{
path: "/retirement/exit-Interview",
path: "/retirement/exit-interview",
name: "exit-Interview",
component: exitInterviewMain,
meta: {
@ -93,7 +93,7 @@ export default [
},
},
{
path: "/retirement/exit-Interview/questionnair/:id",
path: "/retirement/exit-interview/questionnair/:id",
name: "exit-Interview-details",
component: exitInterviewDetails,
meta: {
@ -103,7 +103,7 @@ export default [
},
},
{
path: "/retirement/exit-Interview/edit-question",
path: "/retirement/exit-interview/edit-question",
name: "ExitInterviewEditQuestion",
component: exitInterviewEditQuestion,
meta: {