|
|
@@ -235,18 +235,6 @@ const localRoutes: RouteRecordStringComponent[] = [
|
|
235
|
235
|
name: 'ViewExamResult',
|
|
236
|
236
|
path: '/examManage/myExamPaper/result/:id',
|
|
237
|
237
|
},
|
|
238
|
|
-<<<<<<< HEAD
|
|
239
|
|
- {
|
|
240
|
|
- component: '/schedule/work/class/component/addandedit',
|
|
241
|
|
- meta: {
|
|
242
|
|
- activePath: '/schedule/work/class',
|
|
243
|
|
- icon: 'carbon:information',
|
|
244
|
|
- title: '开班',
|
|
245
|
|
- hideInMenu: true,
|
|
246
|
|
- },
|
|
247
|
|
- name: 'AddClass',
|
|
248
|
|
- path: '/schedule/work/class/addandedit',
|
|
249
|
|
-=======
|
|
250
|
238
|
{
|
|
251
|
239
|
component: '/system/assetManage/archivesManage/detail',
|
|
252
|
240
|
meta: {
|
|
|
@@ -257,8 +245,18 @@ const localRoutes: RouteRecordStringComponent[] = [
|
|
257
|
245
|
},
|
|
258
|
246
|
name: 'AssetArchivesDetail',
|
|
259
|
247
|
path: '/system/assetManage/archivesManage/detail/:id',
|
|
260
|
|
->>>>>>> 0e1f6ad81045fb3321fea8042547bff705cc8a75
|
|
261
|
248
|
},
|
|
|
249
|
+ {
|
|
|
250
|
+ component: '/schedule/work/class/component/addandedit',
|
|
|
251
|
+ meta: {
|
|
|
252
|
+ activePath: '/schedule/work/class',
|
|
|
253
|
+ icon: 'carbon:information',
|
|
|
254
|
+ title: '开班',
|
|
|
255
|
+ hideInMenu: true,
|
|
|
256
|
+ },
|
|
|
257
|
+ name: 'AddClass',
|
|
|
258
|
+ path: '/schedule/work/class/addandedit',
|
|
|
259
|
+ }
|
|
262
|
260
|
];
|
|
263
|
261
|
|
|
264
|
262
|
/**
|