mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat: add feature mapping view and notification template config
This commit is contained in:
@@ -92,6 +92,12 @@ const routes = [
|
||||
component: () => import("../views/IntegrationSkuMappingView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "SKU 映射" },
|
||||
},
|
||||
{
|
||||
path: "integration/feature-mappings",
|
||||
name: "integration-feature-mappings",
|
||||
component: () => import("../views/IntegrationFeatureMappingView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "特征映射" },
|
||||
},
|
||||
{
|
||||
path: "integration/json-templates",
|
||||
name: "integration-json-templates",
|
||||
|
||||
Reference in New Issue
Block a user