# Conflicts:
#	src/components/BreadCrumb.vue
This commit is contained in:
dongruihua
2023-02-24 17:18:11 +08:00
18 changed files with 1555 additions and 1153 deletions

View File

@@ -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 = [
{