mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
Merge branch 'develop' of http://gitlab.dongwu-inc.com:10080/BOE/fe-manage into develop
# Conflicts: # src/components/BreadCrumb.vue
This commit is contained in:
@@ -430,6 +430,22 @@ export default {
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
if (
|
||||
n.indexOf("/sonproject") !== -1 ||
|
||||
n.indexOf("/SonProject") !== -1
|
||||
) {
|
||||
state.list = [
|
||||
{
|
||||
name: "项目",
|
||||
href: "",
|
||||
},
|
||||
{
|
||||
name: "基础信息",
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
if (n.indexOf("/operational") !== -1 || n.indexOf("/OperationaL") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user