From 737179a0ce34147269cccf288fecd0e7bb4c309b Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期三, 11 二月 2026 10:42:19 +0800
Subject: [PATCH] 成绩查询+个人中心
---
src/router/main/index.js | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/src/router/main/index.js b/src/router/main/index.js
index a990c71..be598fb 100644
--- a/src/router/main/index.js
+++ b/src/router/main/index.js
@@ -1,9 +1,19 @@
import home from '@/router/main/home/index.js'
import notice from '@/router/main/notice/index.js'
+import appraisalPlan from '@/router/main/appraisalPlan'
+import examTicket from '@/router/main/examTicket/index.js'
+import score from '@/router/main/score/index.js'
+import certificate from '@/router/main/certificate/index.js'
+import center from '@/router/main/center/index.js'
const mainRouter = [
...home,
- ...notice
+ ...notice,
+ ...appraisalPlan,
+ ...examTicket,
+ ...score,
+ ...certificate,
+ ...center
]
const router = [
{
--
Gitblit v1.8.0