mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(m6): add BitAnswer ID mapping CRUD
This commit is contained in:
@@ -80,6 +80,12 @@ const routes = [
|
||||
component: () => import("../views/IntegrationProductLinesView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER", "OPS"], title: "产品线" },
|
||||
},
|
||||
{
|
||||
path: "integration/id-mappings",
|
||||
name: "integration-id-mappings",
|
||||
component: () => import("../views/IntegrationIdMappingView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER"], title: "ID 映射" },
|
||||
},
|
||||
{
|
||||
path: "callbacks/:id",
|
||||
name: "callback-inbox-detail",
|
||||
|
||||
Reference in New Issue
Block a user