feat:合并

This commit is contained in:
李晓鸽
2022-10-14 09:18:39 +08:00
12 changed files with 3216 additions and 1845 deletions

View File

@@ -103,6 +103,23 @@ export default {
},
];
}
if (n === "/taskadd" || n === "/TaskAdd") {
state.list = [
{
name: "项目",
href: "",
},
{
name: "基础信息",
},
{
name: "任务",
},
{
name: "添加任务",
}
];
}
if (n === "/templatelibrary" || n === "/TemplateLibrary") {
state.list = [
{