feat:增加编辑基础信息mianbaoxie

This commit is contained in:
lixg
2023-02-24 16:01:14 +08:00
parent 12358facc3
commit a36f0b28b1

View File

@@ -430,6 +430,20 @@ export default {
},
];
}
if (
n.indexOf("/sonproject") !== -1 ||
n.indexOf("/SonProject") !== -1
) {
state.list = [
{
name: "项目",
href: "",
},
{
name: "基础信息",
},
];
}
}
);