mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
修改面包屑冲突
This commit is contained in:
@@ -508,7 +508,7 @@ export default {
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/article") !== -1 || n.indexOf("/ArticlE") !== -1) {
|
||||
if (n.indexOf("/reportarticle") !== -1 || n.indexOf("/ReportArticle") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "报表中心",
|
||||
@@ -534,7 +534,7 @@ export default {
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/examination") !== -1 || n.indexOf("/ExaminatioN") !== -1) {
|
||||
if (n.indexOf("/reportexamination") !== -1 || n.indexOf("/ReportExamination") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "报表中心",
|
||||
|
||||
Reference in New Issue
Block a user