chore: 流水线模版初步

This commit is contained in:
xiaojunnuo
2025-06-19 18:17:35 +08:00
parent e11b3becfd
commit 26b395110c
13 changed files with 552 additions and 0 deletions
@@ -32,6 +32,24 @@ export const certdResources = [
isMenu: false,
},
},
{
title: "流水线模版",
name: "PipelineTemplate",
path: "/certd/pipeline/template",
component: "/certd/pipeline/template/index.vue",
meta: {
isMenu: true,
},
},
{
title: "流水线模版编辑",
name: "PipelineTemplateEdit",
path: "/certd/pipeline/template/edit",
component: "/certd/pipeline/template/edit.vue",
meta: {
isMenu: false,
},
},
{
title: "执行历史记录",
name: "PipelineHistory",