mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 18:10:30 +08:00
feat(m1): add customer detail aggregation view
This commit is contained in:
@@ -14,6 +14,12 @@ const routes = [
|
||||
component: () => import("../views/HomeView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER", "OPS"] },
|
||||
},
|
||||
{
|
||||
path: "customers/:id",
|
||||
name: "customer-detail",
|
||||
component: () => import("../views/CustomerDetailView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER"], title: "客户详情" },
|
||||
},
|
||||
{
|
||||
path: "customers",
|
||||
name: "customers",
|
||||
|
||||
Reference in New Issue
Block a user