From 6cf3aa42b29c3f0c7f70c6324fa43ca262d99ed8 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 26 六月 2024 17:08:59 +0800
Subject: [PATCH] 阅卷提交按钮
---
src/router.js | 76 ++++++++++++++++++++++---------------
1 files changed, 45 insertions(+), 31 deletions(-)
diff --git a/src/router.js b/src/router.js
index 17ffd6e..1d7acf6 100644
--- a/src/router.js
+++ b/src/router.js
@@ -52,6 +52,13 @@
name: 'MarkPaper',
meta: { title: '闃呭嵎'},
hidden: true
+ },
+ {
+ path: '/exam/mark/paper/detail',
+ component: () => import('@/views/exam/exam/MarkPaperDetail'),
+ name: 'MarkPaperDetail',
+ meta: { title: '闃呭嵎'},
+ hidden: true
}
]
},
@@ -212,14 +219,15 @@
component: () => import('@/views/train/index'),
name: 'TrainListPage',
meta: { title: '鍦ㄧ嚎鍩硅', noCache: true }
- },
- {
- path: 'meet/index',
- component: () => import('@/views/meet/index'),
- name: 'meet',
- hidden: true
}
]
+ },
+
+ {
+ path: '/meet',
+ component: () => import('@/views/meet/index'),
+ meta: { title: '鍦ㄧ嚎鏁欏', noCache: true },
+ hidden: true
},
{
@@ -250,7 +258,13 @@
component: () => import('@/views/education/resource/list'),
name: 'EducationResourcePage',
meta: { title: '鏁欏璧勬簮', noCache: true }
- }
+ },
+ {
+ path: 'cheat/list',
+ component: () => import('@/views/education/cheat/list'),
+ name: 'EducationCheatPage',
+ meta: { title: '浣滃紛璁板綍', noCache: true }
+ },
]
},
{
@@ -285,30 +299,30 @@
}
]
},
- {
- path: '/message',
- component: Layout,
- name: 'MessagePage',
- meta: {
- title: '娑堟伅涓績',
- icon: 'message'
- },
- alwaysShow: true,
- children: [
- {
- path: 'list',
- component: () => import('@/views/message/list'),
- name: 'MessageListPage',
- meta: { title: '娑堟伅鍒楄〃', noCache: true }
- },
- {
- path: 'send',
- component: () => import('@/views/message/send'),
- name: 'MessageSendPage',
- meta: { title: '娑堟伅鍙戦��', noCache: true }
- }
- ]
- },
+ // {
+ // path: '/message',
+ // component: Layout,
+ // name: 'MessagePage',
+ // meta: {
+ // title: '娑堟伅涓績',
+ // icon: 'message'
+ // },
+ // alwaysShow: true,
+ // children: [
+ // {
+ // path: 'list',
+ // component: () => import('@/views/message/list'),
+ // name: 'MessageListPage',
+ // meta: { title: '娑堟伅鍒楄〃', noCache: true }
+ // },
+ // {
+ // path: 'send',
+ // component: () => import('@/views/message/send'),
+ // name: 'MessageSendPage',
+ // meta: { title: '娑堟伅鍙戦��', noCache: true }
+ // }
+ // ]
+ // },
{
path: '/log',
component: Layout,
--
Gitblit v1.8.0