mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
feat: 三期报表管理页面编写
This commit is contained in:
@@ -452,6 +452,84 @@ export default {
|
||||
name:'学习路径图'
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/project") !== -1 || n.indexOf("/ProjecT") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "报表中心",
|
||||
},
|
||||
{
|
||||
name:'板块详细数据'
|
||||
},
|
||||
{
|
||||
name:'项目'
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/curriculum") !== -1 || n.indexOf("/CurriculuM") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "报表中心",
|
||||
},
|
||||
{
|
||||
name:'板块详细数据'
|
||||
},
|
||||
{
|
||||
name:'课程'
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/caseess") !== -1 || n.indexOf("/CaseesS") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "报表中心",
|
||||
},
|
||||
{
|
||||
name:'板块详细数据'
|
||||
},
|
||||
{
|
||||
name:'案例'
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/article") !== -1 || n.indexOf("/ArticlE") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "报表中心",
|
||||
},
|
||||
{
|
||||
name:'板块详细数据'
|
||||
},
|
||||
{
|
||||
name:'文章'
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/questionsandanswers") !== -1 || n.indexOf("/QuestionsAndAnswers") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "报表中心",
|
||||
},
|
||||
{
|
||||
name:'板块详细数据'
|
||||
},
|
||||
{
|
||||
name:'问答'
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/examination") !== -1 || n.indexOf("/ExaminatioN") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "报表中心",
|
||||
},
|
||||
{
|
||||
name:'板块详细数据'
|
||||
},
|
||||
{
|
||||
name:'考试'
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/overvoew") !== -1 || n.indexOf("/OvervoeW") !== -1) {
|
||||
state.list = [
|
||||
|
||||
Reference in New Issue
Block a user