修改面包屑冲突

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

View File

@@ -384,7 +384,7 @@
circle: selectedKeys[0] === 'sub17-2-5' ? false : true,
}"
></span>
<router-link to="/article">文章</router-link>
<router-link to="/reportarticle">文章</router-link>
</a-menu-item>
<a-menu-item key="sub17-2-6">
<span
@@ -402,7 +402,7 @@
circle: selectedKeys[0] === 'sub17-2-7' ? false : true,
}"
></span>
<router-link to="/examination">考试</router-link>
<router-link to="/reportexamination">考试</router-link>
</a-menu-item>
</a-sub-menu>
<a-sub-menu key="sub17-3" class="treeMenu">
@@ -778,7 +778,7 @@ export default {
pagename: "案例",
},
{
href: "/article",
href: "/reportarticle",
openKeys: "sub17",
openKeys2: "sub17-2",
selectedKeys: "sub17-2-5",
@@ -792,7 +792,7 @@ export default {
pagename: "问答",
},
{
href: "/examination",
href: "/reportexamination",
openKeys: "sub17",
openKeys2: "sub17-2",
selectedKeys: "sub17-2-7",

View File

@@ -117,7 +117,7 @@ import Cookies from "vue-cookies";
import downLoad from "../../utils/downLoad";
import { message } from "ant-design-vue";
export default {
name: "ExaminatioN",
name: "reportExamination",
setup() {
const state = reactive({
tableLoading: false, // table加载图标

View File

@@ -119,7 +119,7 @@ import Cookies from "vue-cookies";
import downLoad from "../../utils/downLoad";
import { message } from "ant-design-vue";
export default {
name: "ArticlE",
name: "reportArticle",
setup() {
const state = reactive({
tableLoading: false, // table