send external scans to app
This commit is contained in:
parent
3e47d3ebf6
commit
304ae1147e
7 changed files with 219 additions and 5 deletions
|
@ -1426,6 +1426,24 @@ const router = createRouter({
|
|||
name: "public-calendar-explain",
|
||||
component: () => import("@/views/public/calendar/CalendarExplain.vue"),
|
||||
},
|
||||
{
|
||||
path: "scanner",
|
||||
name: "public-scanner-routing",
|
||||
component: () => import("@/views/public/scanner/ScannerRouting.vue"),
|
||||
children: [
|
||||
{
|
||||
path: "",
|
||||
name: "public-scanner-select",
|
||||
component: () => import("@/views/public/scanner/RoomSelect.vue"),
|
||||
},
|
||||
{
|
||||
path: ":room",
|
||||
name: "public-scanner-room",
|
||||
component: () => import("@/views/public/scanner/Scanner.vue"),
|
||||
props: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue