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/notice/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/router/main/notice/index.js b/src/router/main/notice/index.js
index 08ddb94..f8777d2 100644
--- a/src/router/main/notice/index.js
+++ b/src/router/main/notice/index.js
@@ -5,7 +5,7 @@
component: () => import('@/views/main/notice/list.vue'),
},
{
- path: 'noticeDetail',
+ path: 'noticeDetail/:id',
name: '鍏憡璇︽儏',
component: () => import('@/views/main/notice/detail.vue'),
},
--
Gitblit v1.8.0