From 9a6cd220224fd3a9a6c84b5bb37c6410a470969f Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 17 三月 2026 17:53:21 +0800
Subject: [PATCH] 考点核验

---
 src/router/h5/router.js |   54 ++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 38 insertions(+), 16 deletions(-)

diff --git a/src/router/h5/router.js b/src/router/h5/router.js
index 80f06e5..5c23388 100644
--- a/src/router/h5/router.js
+++ b/src/router/h5/router.js
@@ -1,18 +1,35 @@
 const router = [
   {
-    path: '/h5/verify',
-    name: '鑰冪偣鏍搁獙',
-    component: () => import('@/views/h5/verify/index.vue'),
-  },
-  {
-    path: '/h5/verForm/:id',
-    name: '鎻愪氦鑰冪偣鏍搁獙',
-    component: () => import('@/views/h5/verify/form.vue'),
-  },
-  {
-    path: '/h5/noVerAccess',
-    name: '鏍搁獙鏃犳潈闄�',
-    component: () => import('@/views/h5/verify/noAccess.vue'),
+    path: '/h5',
+    name: 'h5椤甸潰',
+    component: () => import('@/views/h5/index.vue'),
+    children: [
+      {
+        path: 'verify',
+        name: '鑰冪偣鏍搁獙',
+        component: () => import('@/views/h5/verify/index.vue'),
+      },
+      {
+        path: 'verForm',
+        name: '鎻愪氦鑰冪偣鏍搁獙',
+        component: () => import('@/views/h5/verify/form.vue'),
+      },
+      {
+        path: 'noVerAccess',
+        name: '鏍搁獙鏃犳潈闄�',
+        component: () => import('@/views/h5/verify/noAccess.vue'),
+      },
+      {
+        path: 'signup',
+        name: '绛惧埌',
+        component: () => import('@/views/h5/signup/index.vue'),
+      },
+      {
+        path: 'face',
+        name: '浜鸿劯楠岃瘉',
+        component: () => import('@/views/h5/faceAuth/index.vue'),
+      },
+    ],
   },
   {
     path: '/h5/login',
@@ -20,9 +37,14 @@
     component: () => import('@/views/h5/login/index.vue'),
   },
   {
-    path: '/h5/signup',
-    name: '绛惧埌',
-    component: () => import('@/views/h5/signup/index.vue'),
+    path: '/h5/redirect',
+    name: '閲嶅畾鍚�',
+    component: () => import('@/views/h5/login/redirect.vue'),
+  },
+  {
+    path: '/h5/bind',
+    name: '缁戝畾鎵嬫満鍙�',
+    component: () => import('@/views/h5/login/bind.vue'),
   },
 ]
 export default router

--
Gitblit v1.8.0