add copy-link on the claim view page & enable certificate

This commit is contained in:
2024-12-18 16:31:27 -07:00
parent 959f5f6f63
commit 2cb70f8497
5 changed files with 53 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ const routes: Array<RouteRecordRaw> = [
component: () => import("../views/ClaimAddRawView.vue"),
},
{
path: "/claim-cert/:id?",
path: "/claim-cert/:id",
name: "claim-cert",
component: () => import("../views/ClaimCertificateView.vue"),
},