修改面包屑冲突

This commit is contained in:
BOE\10867418
2023-04-11 16:57:34 +08:00
parent 7b3149ffef
commit f4552c5a6f
5 changed files with 8 additions and 8 deletions

View File

@@ -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: "报表中心",