From 4f218aac60322f6b0cd90447f8c13f6fb6ff88e8 Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期三, 11 三月 2026 17:29:49 +0800
Subject: [PATCH] 考点核验
---
src/router/index.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 82fc678..899675b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2,10 +2,11 @@
import authPage from '@/router/auth/index.js'
import errorPage from '@/router/error/index.js'
import mainPage from '@/router/main/index.js'
+import h5 from '@/router/h5/router.js'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
- routes: [...mainPage, ...authPage, ...errorPage],
+ routes: [...mainPage, ...authPage, ...errorPage, ...h5],
})
router.beforeEach((to, from, next) => {
--
Gitblit v1.8.0