mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(web): add LicenseList page with el-tree panel (280px), stats, filter, table, issue dialog
This commit is contained in:
@@ -110,6 +110,12 @@ const routes = [
|
||||
component: () => import("../views/LayoutCompareView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER"] },
|
||||
},
|
||||
{
|
||||
path: "licenses",
|
||||
name: "licenses",
|
||||
component: () => import("../views/LicenseList.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER"], title: "许可证管理" },
|
||||
},
|
||||
],
|
||||
},
|
||||
{ path: "/403", name: "forbidden", component: () => import("../views/ForbiddenView.vue") },
|
||||
|
||||
Reference in New Issue
Block a user