mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 18:10:30 +08:00
feat(web): add Figma layout structure comparison audit page (11 gaps analyzed)
This commit is contained in:
@@ -107,13 +107,13 @@ const routes = [
|
||||
{
|
||||
path: "license-compare",
|
||||
name: "license-compare",
|
||||
component: () => import("../views/LicenseCompareView.vue"),
|
||||
component: () => import("../views/LayoutCompareView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER"] },
|
||||
},
|
||||
],
|
||||
},
|
||||
{ path: "/403", name: "forbidden", component: () => import("../views/ForbiddenView.vue") },
|
||||
{ path: "/license-compare-public", name: "license-compare-public", component: () => import("../views/LicenseCompareView.vue") },
|
||||
{ path: "/layout-compare", name: "layout-compare", component: () => import("../views/LayoutCompareView.vue") },
|
||||
{ path: "/:pathMatch(.*)*", name: "notfound", component: () => import("../views/NotFoundView.vue") },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user