|
@@ -2,7 +2,7 @@ export const sysAdminMenus = [
|
|
{
|
|
{
|
|
id: 1,
|
|
id: 1,
|
|
name: '学校管理',
|
|
name: '学校管理',
|
|
- url: 'SchoolManage',
|
|
|
|
|
|
+ code: 'SchoolManage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
sequence: 1,
|
|
sequence: 1,
|
|
@@ -11,7 +11,7 @@ export const sysAdminMenus = [
|
|
{
|
|
{
|
|
id: 2,
|
|
id: 2,
|
|
name: '配置管理',
|
|
name: '配置管理',
|
|
- url: 'SetManage',
|
|
|
|
|
|
+ code: 'SetManage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
sequence: 2,
|
|
sequence: 2,
|
|
@@ -21,7 +21,7 @@ export const sysAdminMenus = [
|
|
{
|
|
{
|
|
id: 3,
|
|
id: 3,
|
|
name: '授权管理',
|
|
name: '授权管理',
|
|
- url: 'AuthManage',
|
|
|
|
|
|
+ code: 'AuthManage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
sequence: 3,
|
|
sequence: 3,
|
|
@@ -33,7 +33,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 1,
|
|
id: 1,
|
|
name: '主页导览',
|
|
name: '主页导览',
|
|
- url: 'HomeGuide',
|
|
|
|
|
|
+ code: 'HomeGuide',
|
|
icon: 'icon-home',
|
|
icon: 'icon-home',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -43,7 +43,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 2,
|
|
id: 2,
|
|
name: '用户管理',
|
|
name: '用户管理',
|
|
- url: 'user',
|
|
|
|
|
|
+ code: 'user',
|
|
icon: 'icon-user-manage',
|
|
icon: 'icon-user-manage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -53,7 +53,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 201,
|
|
id: 201,
|
|
name: '用户管理',
|
|
name: '用户管理',
|
|
- url: 'UserManage',
|
|
|
|
|
|
+ code: 'UserManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 2,
|
|
parentId: 2,
|
|
@@ -63,7 +63,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 3,
|
|
id: 3,
|
|
name: '考试管理',
|
|
name: '考试管理',
|
|
- url: 'exam',
|
|
|
|
|
|
+ code: 'exam',
|
|
icon: 'icon-exam-manage',
|
|
icon: 'icon-exam-manage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -73,7 +73,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 301,
|
|
id: 301,
|
|
name: '考试管理',
|
|
name: '考试管理',
|
|
- url: 'ExamManage',
|
|
|
|
|
|
+ code: 'ExamManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 3,
|
|
parentId: 3,
|
|
@@ -83,7 +83,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 4,
|
|
id: 4,
|
|
name: '考生管理',
|
|
name: '考生管理',
|
|
- url: 'student',
|
|
|
|
|
|
+ code: 'student',
|
|
icon: 'icon-student-manage',
|
|
icon: 'icon-student-manage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -93,7 +93,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 401,
|
|
id: 401,
|
|
name: '考生管理',
|
|
name: '考生管理',
|
|
- url: 'StudentManage',
|
|
|
|
|
|
+ code: 'StudentManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 4,
|
|
parentId: 4,
|
|
@@ -103,7 +103,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 5,
|
|
id: 5,
|
|
name: '扫描进度',
|
|
name: '扫描进度',
|
|
- url: 'scan',
|
|
|
|
|
|
+ code: 'scan',
|
|
icon: 'icon-scan-progress',
|
|
icon: 'icon-scan-progress',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -113,7 +113,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 501,
|
|
id: 501,
|
|
name: '扫描进度统计',
|
|
name: '扫描进度统计',
|
|
- url: 'ScanManage',
|
|
|
|
|
|
+ code: 'ScanManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 5,
|
|
parentId: 5,
|
|
@@ -123,7 +123,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 6,
|
|
id: 6,
|
|
name: '科目管理',
|
|
name: '科目管理',
|
|
- url: 'subject',
|
|
|
|
|
|
+ code: 'subject',
|
|
icon: 'icon-subject-manage',
|
|
icon: 'icon-subject-manage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -133,7 +133,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 601,
|
|
id: 601,
|
|
name: '科目管理',
|
|
name: '科目管理',
|
|
- url: 'SubjectManage',
|
|
|
|
|
|
+ code: 'SubjectManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 6,
|
|
parentId: 6,
|
|
@@ -144,7 +144,7 @@ export const adminMenus = [
|
|
id: 7,
|
|
id: 7,
|
|
name: '评卷管理',
|
|
name: '评卷管理',
|
|
icon: 'icon-mark-manage',
|
|
icon: 'icon-mark-manage',
|
|
- url: 'mark',
|
|
|
|
|
|
+ code: 'mark',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
sequence: 2,
|
|
sequence: 2,
|
|
@@ -153,7 +153,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 701,
|
|
id: 701,
|
|
name: '评卷进度',
|
|
name: '评卷进度',
|
|
- url: 'MarkProgress',
|
|
|
|
|
|
+ code: 'MarkProgress',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 7,
|
|
parentId: 7,
|
|
@@ -164,7 +164,7 @@ export const adminMenus = [
|
|
id: 702,
|
|
id: 702,
|
|
name: '科目评卷管理',
|
|
name: '科目评卷管理',
|
|
icon: '',
|
|
icon: '',
|
|
- url: 'MarkManage',
|
|
|
|
|
|
+ code: 'MarkManage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 7,
|
|
parentId: 7,
|
|
sequence: 2,
|
|
sequence: 2,
|
|
@@ -173,7 +173,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 8,
|
|
id: 8,
|
|
name: '打回卷管理',
|
|
name: '打回卷管理',
|
|
- url: 'reject',
|
|
|
|
|
|
+ code: 'reject',
|
|
icon: 'icon-reject-manage',
|
|
icon: 'icon-reject-manage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -183,7 +183,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 801,
|
|
id: 801,
|
|
name: '打回卷',
|
|
name: '打回卷',
|
|
- url: 'RejectManage',
|
|
|
|
|
|
+ code: 'RejectManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 8,
|
|
parentId: 8,
|
|
@@ -193,7 +193,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 802,
|
|
id: 802,
|
|
name: '打回记录',
|
|
name: '打回记录',
|
|
- url: 'RejectRecord',
|
|
|
|
|
|
+ code: 'RejectRecord',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 8,
|
|
parentId: 8,
|
|
@@ -203,7 +203,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 803,
|
|
id: 803,
|
|
name: '打回统计',
|
|
name: '打回统计',
|
|
- url: 'RejectStatistics',
|
|
|
|
|
|
+ code: 'RejectStatistics',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 8,
|
|
parentId: 8,
|
|
@@ -213,7 +213,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 9,
|
|
id: 9,
|
|
name: '问题卷管理',
|
|
name: '问题卷管理',
|
|
- url: 'issue',
|
|
|
|
|
|
+ code: 'issue',
|
|
icon: 'icon-issue-paper',
|
|
icon: 'icon-issue-paper',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -223,7 +223,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 901,
|
|
id: 901,
|
|
name: '问题卷',
|
|
name: '问题卷',
|
|
- url: 'IssuePaper',
|
|
|
|
|
|
+ code: 'IssuePaper',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 9,
|
|
parentId: 9,
|
|
@@ -233,7 +233,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 10,
|
|
id: 10,
|
|
name: '成绩复核',
|
|
name: '成绩复核',
|
|
- url: 'review',
|
|
|
|
|
|
+ code: 'review',
|
|
icon: 'icon-score-review',
|
|
icon: 'icon-score-review',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -243,7 +243,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 1001,
|
|
id: 1001,
|
|
name: '复核进度统计',
|
|
name: '复核进度统计',
|
|
- url: 'ScoreReviewStatistics',
|
|
|
|
|
|
+ code: 'ScoreReviewStatistics',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 10,
|
|
parentId: 10,
|
|
@@ -253,7 +253,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 1002,
|
|
id: 1002,
|
|
name: '全卷复核',
|
|
name: '全卷复核',
|
|
- url: 'AllReview',
|
|
|
|
|
|
+ code: 'AllReview',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 10,
|
|
parentId: 10,
|
|
@@ -263,7 +263,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 1003,
|
|
id: 1003,
|
|
name: '成绩校验',
|
|
name: '成绩校验',
|
|
- url: 'ScoreCheck',
|
|
|
|
|
|
+ code: 'ScoreCheck',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 10,
|
|
parentId: 10,
|
|
@@ -273,7 +273,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 11,
|
|
id: 11,
|
|
name: '成绩查询',
|
|
name: '成绩查询',
|
|
- url: 'score',
|
|
|
|
|
|
+ code: 'score',
|
|
icon: 'icon-score-query',
|
|
icon: 'icon-score-query',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -283,7 +283,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 1101,
|
|
id: 1101,
|
|
name: '成绩查询',
|
|
name: '成绩查询',
|
|
- url: 'ScoreQuery',
|
|
|
|
|
|
+ code: 'ScoreQuery',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 11,
|
|
parentId: 11,
|
|
@@ -293,7 +293,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 12,
|
|
id: 12,
|
|
name: '科目分析',
|
|
name: '科目分析',
|
|
- url: 'analysis',
|
|
|
|
|
|
+ code: 'analysis',
|
|
icon: 'icon-subject-analysis',
|
|
icon: 'icon-subject-analysis',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -303,7 +303,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 1201,
|
|
id: 1201,
|
|
name: '科目分析',
|
|
name: '科目分析',
|
|
- url: 'AnalysisManage',
|
|
|
|
|
|
+ code: 'AnalysisManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 12,
|
|
parentId: 12,
|
|
@@ -313,7 +313,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 13,
|
|
id: 13,
|
|
name: '数据检查',
|
|
name: '数据检查',
|
|
- url: 'check',
|
|
|
|
|
|
+ code: 'check',
|
|
icon: 'icon-data-check',
|
|
icon: 'icon-data-check',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -323,7 +323,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 1301,
|
|
id: 1301,
|
|
name: '人工确认',
|
|
name: '人工确认',
|
|
- url: 'ManualConfirm',
|
|
|
|
|
|
+ code: 'ManualConfirm',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 13,
|
|
parentId: 13,
|
|
@@ -333,7 +333,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 1302,
|
|
id: 1302,
|
|
name: '识别结果检查',
|
|
name: '识别结果检查',
|
|
- url: 'ResultCheck',
|
|
|
|
|
|
+ code: 'ResultCheck',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 13,
|
|
parentId: 13,
|
|
@@ -343,7 +343,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 1303,
|
|
id: 1303,
|
|
name: '图片检查',
|
|
name: '图片检查',
|
|
- url: 'ImageCheck',
|
|
|
|
|
|
+ code: 'ImageCheck',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 13,
|
|
parentId: 13,
|
|
@@ -353,7 +353,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 14,
|
|
id: 14,
|
|
name: '操作日志',
|
|
name: '操作日志',
|
|
- url: 'log',
|
|
|
|
|
|
+ code: 'log',
|
|
icon: 'icon-log',
|
|
icon: 'icon-log',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: -1,
|
|
parentId: -1,
|
|
@@ -363,7 +363,7 @@ export const adminMenus = [
|
|
{
|
|
{
|
|
id: 1401,
|
|
id: 1401,
|
|
name: '操作日志',
|
|
name: '操作日志',
|
|
- url: 'LogManage',
|
|
|
|
|
|
+ code: 'LogManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
parentId: 14,
|
|
parentId: 14,
|