mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +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: "报表中心",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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加载图标
|
||||
|
||||
@@ -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加载图标
|
||||
Reference in New Issue
Block a user