Commit f2ce1f5a authored by dingyoujian's avatar dingyoujian

移除无用模块

parent c0d08c6d
...@@ -820,19 +820,6 @@ export const powerRoutes=[ ...@@ -820,19 +820,6 @@ export const powerRoutes=[
redirect: 'planning', redirect: 'planning',
meta: {title: "培训管理", icon: "fa-cog", noCache: false, link: null,mkid:906000000}, meta: {title: "培训管理", icon: "fa-cog", noCache: false, link: null,mkid:906000000},
children: [ children: [
{
component:'train/tsubject/index',
hidden:false,
meta:{
"title": "题库维护",
"icon": "",
"noCache": false,
"link": null,
"mkid":906000100,
},
name:'tsubject',
path:"tsubject"
},
{ {
component:'train/planning/index', component:'train/planning/index',
hidden:false, hidden:false,
...@@ -859,19 +846,19 @@ export const powerRoutes=[ ...@@ -859,19 +846,19 @@ export const powerRoutes=[
name:'assessment', name:'assessment',
path:"assessment" path:"assessment"
}, },
{ // {
component:'train/trainRecord/index', // component:'train/trainRecord/index',
hidden:false, // hidden:false,
meta:{ // meta:{
"title": "培训记录管理", // "title": "培训记录管理",
"icon": "", // "icon": "",
"noCache": false, // "noCache": false,
"link": null, // "link": null,
"mkid":906000600, // "mkid":906000600,
}, // },
name:'trainRecord', // name:'trainRecord',
path:"trainRecord" // path:"trainRecord"
}, // },
// { // {
// component:'train/onlinExaminations/index', // component:'train/onlinExaminations/index',
// hidden:false, // hidden:false,
...@@ -885,6 +872,19 @@ export const powerRoutes=[ ...@@ -885,6 +872,19 @@ export const powerRoutes=[
// name:'onlinExaminations', // name:'onlinExaminations',
// path:"onlinExaminations" // path:"onlinExaminations"
// }, // },
{
component:'train/tsubject/index',
hidden:false,
meta:{
"title": "题库维护",
"icon": "",
"noCache": false,
"link": null,
"mkid":906000100,
},
name:'tsubject',
path:"tsubject"
},
{ {
component:'train/questionManage/index', component:'train/questionManage/index',
hidden:false, hidden:false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment