feat: Conformance Save Log Done.

This commit is contained in:
chiayin
2023-11-29 16:47:25 +08:00
parent f1666a0bd1
commit 1f0a6aa900
14 changed files with 628 additions and 71 deletions

View File

@@ -58,6 +58,20 @@ const routes = [
name: "Conformance",
component: Conformance,
},
{
// type: rule(名稱待討論)
// checkType: log | filter
path: "/:type/:checkType/:checkId/map/:checkFileId",
name: "CheckMap",
component: Map,
props: true,
},
{
path: "/:type/:checkType/:checkId/conformance/:checkFileId",
name: "CheckConformance",
component: Conformance,
props: true,
},
]
},
]