WIP: not sure what is aaa and bbb meaning in /rule/log/aaa/conformance/bbb

This commit is contained in:
Cindy Chang
2024-06-11 09:15:16 +08:00
parent d6cb329a5c
commit 444b7d6975
3 changed files with 33 additions and 6 deletions

View File

@@ -119,6 +119,14 @@ const routes = [
component: CompareDashboard,
}
]
},
{
path: "/rule/:type/:fileId/conformance/:checkId",
name: "CheckConformance",
component: Conformance,
meta: {
file: {},
}
}
]
},