redirect
This commit is contained in:
@ -14,6 +14,26 @@ import dayjs from "dayjs";
|
||||
const router = createRouter({
|
||||
history: createWebHistory(),
|
||||
routes: [
|
||||
{
|
||||
path: '/meeting/56',
|
||||
redirect: '/meeting/90'
|
||||
},
|
||||
{
|
||||
path: "/appointment/56",
|
||||
redirect: "/appointment/90",
|
||||
},
|
||||
{
|
||||
path: "/verify/56",
|
||||
redirect: '/verify/90'
|
||||
},
|
||||
{
|
||||
path: "/panelist-verify/56",
|
||||
redirect: '/panelist-verify/90'
|
||||
},
|
||||
{
|
||||
path: "/panelist/56",
|
||||
redirect: '/panelist/90'
|
||||
},
|
||||
{
|
||||
path: "/appointment/:meetingId",
|
||||
name: "Appointment",
|
||||
|
Reference in New Issue
Block a user