mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +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 = [
|
state.list = [
|
||||||
{
|
{
|
||||||
name: "报表中心",
|
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 = [
|
state.list = [
|
||||||
{
|
{
|
||||||
name: "报表中心",
|
name: "报表中心",
|
||||||
|
|||||||
@@ -384,7 +384,7 @@
|
|||||||
circle: selectedKeys[0] === 'sub17-2-5' ? false : true,
|
circle: selectedKeys[0] === 'sub17-2-5' ? false : true,
|
||||||
}"
|
}"
|
||||||
></span>
|
></span>
|
||||||
<router-link to="/article">文章</router-link>
|
<router-link to="/reportarticle">文章</router-link>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<a-menu-item key="sub17-2-6">
|
<a-menu-item key="sub17-2-6">
|
||||||
<span
|
<span
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
circle: selectedKeys[0] === 'sub17-2-7' ? false : true,
|
circle: selectedKeys[0] === 'sub17-2-7' ? false : true,
|
||||||
}"
|
}"
|
||||||
></span>
|
></span>
|
||||||
<router-link to="/examination">考试</router-link>
|
<router-link to="/reportexamination">考试</router-link>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
</a-sub-menu>
|
</a-sub-menu>
|
||||||
<a-sub-menu key="sub17-3" class="treeMenu">
|
<a-sub-menu key="sub17-3" class="treeMenu">
|
||||||
@@ -778,7 +778,7 @@ export default {
|
|||||||
pagename: "案例",
|
pagename: "案例",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "/article",
|
href: "/reportarticle",
|
||||||
openKeys: "sub17",
|
openKeys: "sub17",
|
||||||
openKeys2: "sub17-2",
|
openKeys2: "sub17-2",
|
||||||
selectedKeys: "sub17-2-5",
|
selectedKeys: "sub17-2-5",
|
||||||
@@ -792,7 +792,7 @@ export default {
|
|||||||
pagename: "问答",
|
pagename: "问答",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "/examination",
|
href: "/reportexamination",
|
||||||
openKeys: "sub17",
|
openKeys: "sub17",
|
||||||
openKeys2: "sub17-2",
|
openKeys2: "sub17-2",
|
||||||
selectedKeys: "sub17-2-7",
|
selectedKeys: "sub17-2-7",
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ import Cookies from "vue-cookies";
|
|||||||
import downLoad from "../../utils/downLoad";
|
import downLoad from "../../utils/downLoad";
|
||||||
import { message } from "ant-design-vue";
|
import { message } from "ant-design-vue";
|
||||||
export default {
|
export default {
|
||||||
name: "ExaminatioN",
|
name: "reportExamination",
|
||||||
setup() {
|
setup() {
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
tableLoading: false, // table加载图标
|
tableLoading: false, // table加载图标
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ import Cookies from "vue-cookies";
|
|||||||
import downLoad from "../../utils/downLoad";
|
import downLoad from "../../utils/downLoad";
|
||||||
import { message } from "ant-design-vue";
|
import { message } from "ant-design-vue";
|
||||||
export default {
|
export default {
|
||||||
name: "ArticlE",
|
name: "reportArticle",
|
||||||
setup() {
|
setup() {
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
tableLoading: false, // table加载图标
|
tableLoading: false, // table加载图标
|
||||||
Reference in New Issue
Block a user