feat: 添加二维码扫描页面,优化用户界面和扫描功能

This commit is contained in:
2026-01-12 00:44:42 +07:00
parent 4902a155a1
commit 8a7af3783b
4 changed files with 57 additions and 12 deletions

View File

@@ -226,6 +226,11 @@ const routes: Array<RouteRecordRaw> = [
path: "/pwa_download",
component: () => import("@/views/pwa/download.vue"),
},
{
path: "/scan_qr",
component: () => import("@/views/scan-qr/index.vue"),
meta: { requiresAuth: false },
},
];
const router = createRouter({