mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(m6): add JSON template CRUD with versioning
This commit is contained in:
@@ -86,6 +86,12 @@ const routes = [
|
||||
component: () => import("../views/IntegrationIdMappingView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER"], title: "ID 映射" },
|
||||
},
|
||||
{
|
||||
path: "integration/json-templates",
|
||||
name: "integration-json-templates",
|
||||
component: () => import("../views/IntegrationJsonTemplateView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "JSON 模板" },
|
||||
},
|
||||
{
|
||||
path: "callbacks/:id",
|
||||
name: "callback-inbox-detail",
|
||||
|
||||
Reference in New Issue
Block a user