|
|
@@ -26,17 +26,7 @@ const localRoutes: RouteRecordStringComponent[] = [
|
|
26
|
26
|
name: 'RoleAssign',
|
|
27
|
27
|
path: '/system/role-assign/:roleId',
|
|
28
|
28
|
},
|
|
29
|
|
- {
|
|
30
|
|
- component: '/system/dict/dict-data/index',
|
|
31
|
|
- meta: {
|
|
32
|
|
- activePath: '/system/dict',
|
|
33
|
|
- icon: 'carbon:data-base',
|
|
34
|
|
- title: '字典数据',
|
|
35
|
|
- hideInMenu: true,
|
|
36
|
|
- },
|
|
37
|
|
- name: 'DictData',
|
|
38
|
|
- path: '/system/dict-data/:dictId',
|
|
39
|
|
- },
|
|
|
29
|
+
|
|
40
|
30
|
{
|
|
41
|
31
|
component: '/examManage/questScoring/view',
|
|
42
|
32
|
meta: {
|
|
|
@@ -158,9 +148,18 @@ const localRoutes: RouteRecordStringComponent[] = [
|
|
158
|
148
|
path: '/knowledge/detail/edit/:classId',
|
|
159
|
149
|
},
|
|
160
|
150
|
{
|
|
|
151
|
+ component: '/system/dict/dict-data/index',
|
|
|
152
|
+ meta: {
|
|
|
153
|
+ icon: 'carbon:data-base',
|
|
|
154
|
+ title: '字典数据',
|
|
|
155
|
+ hideInMenu: true,
|
|
|
156
|
+ },
|
|
|
157
|
+ name: 'DictData',
|
|
|
158
|
+ path: '/system/dict-data/:dictId',
|
|
|
159
|
+ },
|
|
|
160
|
+ {
|
|
161
|
161
|
component: '/schedule/detail/index',
|
|
162
|
162
|
meta: {
|
|
163
|
|
- activePath: '/schedule/detail',
|
|
164
|
163
|
icon: 'carbon:data-base',
|
|
165
|
164
|
title: '任务详情',
|
|
166
|
165
|
hideInMenu: true,
|