mobile layout

This commit is contained in:
cxc
2022-05-30 17:33:59 +08:00
parent 8afe370c1b
commit e683474b1d
6 changed files with 1165 additions and 988 deletions

View File

@ -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(.*)*",