feat: 添加二维码扫描页面,优化用户界面和扫描功能
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user