mobile layout
This commit is contained in:
@ -30,7 +30,7 @@ const router = createRouter({
|
||||
{
|
||||
path: "/meeting/:meetingId",
|
||||
name: "Meeting",
|
||||
component: () => import("@/views/meeting_new.vue"),
|
||||
component: () => import("@/views/meeting.vue"),
|
||||
},
|
||||
{
|
||||
path: "/panelist/:meetingId",
|
||||
@ -45,7 +45,7 @@ const router = createRouter({
|
||||
{
|
||||
path: "/host/:meetingId/:createEmail/:pwd/:username/:nickname",
|
||||
name: "Host",
|
||||
component: () => import("@/views/host_new.vue"),
|
||||
component: () => import("@/views/meeting.vue"),
|
||||
},
|
||||
{
|
||||
path: "/:pathMatch(.*)*",
|
||||
|
Reference in New Issue
Block a user