feat: Conformance Save Log Done.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user