This commit is contained in:
cxc
2022-11-03 17:29:43 +08:00
parent fde755fec8
commit ebdda03722

View File

@ -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",