mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(web): add Figma vs Element Plus license management theme comparison page
This commit is contained in:
@@ -104,9 +104,16 @@ const routes = [
|
||||
component: () => import("../views/ContractsView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER"], title: "合同管理" },
|
||||
},
|
||||
{
|
||||
path: "license-compare",
|
||||
name: "license-compare",
|
||||
component: () => import("../views/LicenseCompareView.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: "/:pathMatch(.*)*", name: "notfound", component: () => import("../views/NotFoundView.vue") },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user