2026-02-24 20:44:16 +00:00
|
|
|
|
{
|
|
|
|
|
|
"Routes": [
|
|
|
|
|
|
{
|
2026-03-01 21:54:46 +00:00
|
|
|
|
"key": "dynamic.RoleListComponent",
|
|
|
|
|
|
"path": "/admin/RoleListComponent",
|
|
|
|
|
|
"componentPath": "dynamic:RoleListComponent",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "home",
|
|
|
|
|
|
"path": "/home",
|
|
|
|
|
|
"componentPath": "@/views/public/Home",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "about",
|
|
|
|
|
|
"path": "/about",
|
|
|
|
|
|
"componentPath": "@/views/public/About",
|
2026-03-17 09:54:25 +00:00
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
2026-02-24 20:44:16 +00:00
|
|
|
|
{
|
|
|
|
|
|
"key": "products",
|
|
|
|
|
|
"path": "/products",
|
|
|
|
|
|
"componentPath": "@/views/public/Products",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "checkout",
|
|
|
|
|
|
"path": "/checkout",
|
|
|
|
|
|
"componentPath": "@/views/public/Checkout",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "payment",
|
|
|
|
|
|
"path": "/payment",
|
|
|
|
|
|
"componentPath": "@/views/public/Payment",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "success",
|
|
|
|
|
|
"path": "/success",
|
|
|
|
|
|
"componentPath": "@/views/public/Success",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "services",
|
|
|
|
|
|
"path": "/services",
|
|
|
|
|
|
"componentPath": "@/views/public/Services",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "blog",
|
|
|
|
|
|
"path": "/blog",
|
|
|
|
|
|
"componentPath": "@/views/public/Blog",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "blogDetail",
|
|
|
|
|
|
"path": "/blog/:id",
|
|
|
|
|
|
"componentPath": "@/views/public/BlogDetail",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "demo",
|
|
|
|
|
|
"path": "/demo",
|
|
|
|
|
|
"componentPath": "@/views/public/Demo",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "contact",
|
|
|
|
|
|
"path": "/contact",
|
|
|
|
|
|
"componentPath": "@/views/public/Contact",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "access-denied",
|
|
|
|
|
|
"path": "/access-denied",
|
|
|
|
|
|
"componentPath": "@/views/AccessDenied",
|
|
|
|
|
|
"routeType": "public",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "login",
|
|
|
|
|
|
"path": "/login",
|
|
|
|
|
|
"componentPath": "@/views/auth/Login",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "register",
|
|
|
|
|
|
"path": "/register",
|
|
|
|
|
|
"componentPath": "@/views/auth/Register",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "forgotPassword",
|
|
|
|
|
|
"path": "/forgot-password",
|
|
|
|
|
|
"componentPath": "@/views/auth/ForgotPassword",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "resetPassword",
|
|
|
|
|
|
"path": "/reset-password",
|
|
|
|
|
|
"componentPath": "@/views/auth/ResetPassword",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "sendConfirmationCode",
|
|
|
|
|
|
"path": "/confirm",
|
|
|
|
|
|
"componentPath": "@/views/auth/SendConfirmationCode",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "sendExtendLogin",
|
|
|
|
|
|
"path": "/extend-login",
|
|
|
|
|
|
"componentPath": "@/views/auth/ExtendLogin",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "verifyConfirmationCode",
|
|
|
|
|
|
"path": "/confirm/:userId/:token",
|
|
|
|
|
|
"componentPath": "@/views/auth/VerifyConfirmationCode",
|
|
|
|
|
|
"routeType": "authenticated",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.dashboard",
|
|
|
|
|
|
"path": "/admin/dashboard",
|
|
|
|
|
|
"componentPath": "@/views/Dashboard",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.menuManager",
|
|
|
|
|
|
"path": "/admin/menuManager",
|
|
|
|
|
|
"componentPath": "@/views/menu/MenuManager",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Menus.Manager"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.listFormManagement.wizard",
|
|
|
|
|
|
"path": "/admin/listform/wizard",
|
2026-05-02 17:08:06 +00:00
|
|
|
|
"componentPath": "@/views/admin/listForm/wizard/Wizard",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Listforms.Wizard"]
|
2026-05-02 17:08:06 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.listFormManagement.wizardManager",
|
|
|
|
|
|
"path": "/admin/listform/wizardManager",
|
|
|
|
|
|
"componentPath": "@/views/admin/listForm/wizard/WizardFileManager",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Listforms.Wizard"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.listFormManagement.edit",
|
|
|
|
|
|
"path": "/admin/listform/edit/:listFormCode",
|
|
|
|
|
|
"componentPath": "@/views/admin/listForm/edit/FormEdit",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.forumManagement",
|
|
|
|
|
|
"path": "/admin/forumManagement",
|
|
|
|
|
|
"componentPath": "@/views/forum/Management",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.ForumManagement"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.ai",
|
|
|
|
|
|
"path": "/admin/ai",
|
|
|
|
|
|
"componentPath": "@/views/ai/Assistant",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Definitions.AiBot.Asistant"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.profile.general",
|
|
|
|
|
|
"path": "/admin/profile/general",
|
|
|
|
|
|
"componentPath": "@/views/admin/profile/Profile",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.profile.password",
|
|
|
|
|
|
"path": "/admin/profile/password",
|
|
|
|
|
|
"componentPath": "@/views/admin/profile/Profile",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.profile.notificationSettings",
|
|
|
|
|
|
"path": "/admin/profile/notification-settings",
|
|
|
|
|
|
"componentPath": "@/views/admin/profile/Profile",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.activityLog",
|
|
|
|
|
|
"path": "/admin/activityLog",
|
|
|
|
|
|
"componentPath": "@/views/admin/activityLog/ActivityLog",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.changeLog",
|
|
|
|
|
|
"path": "/admin/changeLog",
|
|
|
|
|
|
"componentPath": "@/views/version/ChangeLog",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.settings",
|
|
|
|
|
|
"path": "/admin/settings",
|
|
|
|
|
|
"componentPath": "@/views/settings/Settings",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Setting"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.identity.user.detail",
|
|
|
|
|
|
"path": "/admin/users/detail/:userId",
|
|
|
|
|
|
"componentPath": "@/views/admin/user-management/Details",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["AbpIdentity.Users.Update"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.identity.ous",
|
|
|
|
|
|
"path": "/admin/ous",
|
|
|
|
|
|
"componentPath": "@/views/admin/organization-unit/OrganizationUnits",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["Abp.Identity.OrganizationUnits"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
2026-05-04 19:50:21 +00:00
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.hr.organization",
|
|
|
|
|
|
"path": "/admin/organization",
|
|
|
|
|
|
"componentPath": "@/views/admin/hr/OrgChart",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Definitions.Department"]
|
2026-05-04 19:50:21 +00:00
|
|
|
|
},
|
2026-02-24 20:44:16 +00:00
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.forum",
|
|
|
|
|
|
"path": "/admin/forum",
|
|
|
|
|
|
"componentPath": "@/views/forum/Forum",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.ForumManagement.Publish"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.list",
|
|
|
|
|
|
"path": "/admin/list/:listFormCode",
|
|
|
|
|
|
"componentPath": "@/views/list/List",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.formNew",
|
|
|
|
|
|
"path": "/admin/form/:listFormCode",
|
|
|
|
|
|
"componentPath": "@/views/form/FormNew",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.formView",
|
|
|
|
|
|
"path": "/admin/form/:listFormCode/:id",
|
|
|
|
|
|
"componentPath": "@/views/form/FormView",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.formEdit",
|
|
|
|
|
|
"path": "/admin/form/:listFormCode/:id/edit",
|
|
|
|
|
|
"componentPath": "@/views/form/FormEdit",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.chart",
|
|
|
|
|
|
"path": "/admin/chart/:listFormCode",
|
|
|
|
|
|
"componentPath": "@/views/list/Chart",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.sqlQueryManager",
|
|
|
|
|
|
"path": "/admin/sqlQueryManager",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"componentPath": "@/views/developerKit/SqlQueryManager",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.SqlQueryManager"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.endpoints",
|
|
|
|
|
|
"path": "/admin/developerkit/endpoints",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"componentPath": "@/views/developerKit/CrudEndpointManager",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.DeveloperKit.CrudEndpoints"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.dynamic-services",
|
|
|
|
|
|
"path": "/admin/developerkit/dynamic-services",
|
2026-03-02 07:36:38 +00:00
|
|
|
|
"componentPath": "@/views/developerKit/DynamicServiceManager",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.DeveloperKit.DynamicServices"]
|
2026-03-02 07:36:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.dynamic-services.new",
|
|
|
|
|
|
"path": "/admin/developerkit/dynamic-services/new",
|
|
|
|
|
|
"componentPath": "@/views/developerKit/DynamicServiceEditor",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.DeveloperKit.DynamicServices"]
|
2026-03-02 07:36:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.dynamic-services.edit",
|
|
|
|
|
|
"path": "/admin/developerkit/dynamic-services/edit/:id",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"componentPath": "@/views/developerKit/DynamicServiceEditor",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.DeveloperKit.DynamicServices"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components",
|
|
|
|
|
|
"path": "/admin/developerkit/components",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"componentPath": "@/views/developerKit/ComponentManagerPage",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.DeveloperKit.Components"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components.new",
|
|
|
|
|
|
"path": "/admin/developerkit/components/new",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"componentPath": "@/views/developerKit/ComponentEditorPage",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.DeveloperKit.Components"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components.view",
|
|
|
|
|
|
"path": "/admin/developerkit/components/view/:id",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"componentPath": "@/views/developerKit/ComponentEditorPage",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.DeveloperKit.Components"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.developerkit.components.edit",
|
|
|
|
|
|
"path": "/admin/developerkit/components/edit/:id",
|
2026-05-12 13:42:20 +00:00
|
|
|
|
"componentPath": "@/views/developerKit/ComponentCodeLayout",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.DeveloperKit.Components"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.fileManagement",
|
|
|
|
|
|
"path": "/admin/files",
|
|
|
|
|
|
"componentPath": "@/views/admin/files/FileManager",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Files"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.devexpressReportView",
|
|
|
|
|
|
"path": "/admin/reports/:id/view",
|
|
|
|
|
|
"componentPath": "@/views/report/DevexpressReportViewer",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.devexpressReportDesigner",
|
|
|
|
|
|
"path": "/admin/reports/:id/design",
|
|
|
|
|
|
"componentPath": "@/views/report/DevexpressReportDesigner",
|
|
|
|
|
|
"routeType": "protected",
|
|
|
|
|
|
"authority": []
|
2026-03-17 09:54:25 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-17 11:27:30 +00:00
|
|
|
|
"key": "homeDesigner",
|
|
|
|
|
|
"path": "/admin/public/home/designer",
|
|
|
|
|
|
"componentPath": "@/views/public/Home",
|
2026-03-17 09:54:25 +00:00
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Home"]
|
2026-03-17 09:54:25 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "aboutDesigner",
|
|
|
|
|
|
"path": "/admin/public/about/designer",
|
|
|
|
|
|
"componentPath": "@/views/public/About",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.About"]
|
2026-03-17 11:27:30 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "servicesDesigner",
|
|
|
|
|
|
"path": "/admin/public/services/designer",
|
|
|
|
|
|
"componentPath": "@/views/public/Services",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Services"]
|
2026-03-17 11:27:30 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "contactDesigner",
|
|
|
|
|
|
"path": "/admin/public/contact/designer",
|
|
|
|
|
|
"componentPath": "@/views/public/Contact",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Contact"]
|
2026-05-08 05:34:29 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.videoroom.dashboard",
|
|
|
|
|
|
"path": "/admin/videoroom/dashboard",
|
|
|
|
|
|
"componentPath": "@/views/admin/videoroom/Dashboard",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Videoroom.Dashboard"]
|
2026-05-08 05:34:29 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.videoroom.list",
|
|
|
|
|
|
"path": "/admin/videoroom/list",
|
|
|
|
|
|
"componentPath": "@/views/admin/videoroom/RoomList",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Videoroom.List"]
|
2026-05-08 05:34:29 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"key": "admin.videoroom.roomdetail",
|
|
|
|
|
|
"path": "/admin/videoroom/room/:id",
|
|
|
|
|
|
"componentPath": "@/views/admin/videoroom/RoomDetail",
|
|
|
|
|
|
"routeType": "protected",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"authority": ["App.Videoroom.RoomDetail"]
|
2026-02-24 20:44:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
],
|
2026-03-17 19:56:34 +00:00
|
|
|
|
"MenuGroups": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"Name": "Erp"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"Name": "Kurs"
|
|
|
|
|
|
}
|
|
|
|
|
|
],
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Menus": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Saas",
|
|
|
|
|
|
"DisplayName": "App.Saas",
|
|
|
|
|
|
"Order": 100,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcPodiumWithAudience",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false,
|
|
|
|
|
|
"ShortName": "Sas"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
2026-02-25 11:57:25 +00:00
|
|
|
|
"Code": "AbpTenantManagement.Tenants",
|
|
|
|
|
|
"DisplayName": "AbpTenantManagement.Tenants",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 1,
|
2026-02-25 11:57:25 +00:00
|
|
|
|
"Url": "/admin/list/AbpTenantManagement.Tenants",
|
|
|
|
|
|
"Icon": "FcDepartment",
|
|
|
|
|
|
"RequiredPermissionName": "AbpTenantManagement.Tenants",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
2026-02-25 11:57:25 +00:00
|
|
|
|
"Code": "App.Branches",
|
|
|
|
|
|
"DisplayName": "App.Branches",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 2,
|
2026-02-25 11:57:25 +00:00
|
|
|
|
"Url": "/admin/list/App.Branches",
|
|
|
|
|
|
"Icon": "FcTreeStructure",
|
|
|
|
|
|
"RequiredPermissionName": "App.Branches",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-02-25 11:57:25 +00:00
|
|
|
|
"ParentCode": "App.Saas",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Code": "App.Saas.Definitions",
|
|
|
|
|
|
"DisplayName": "App.Definitions",
|
|
|
|
|
|
"Order": 3,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": null,
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Icon": "FcFilingCabinet",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Code": "App.Definitions.AiBot",
|
|
|
|
|
|
"DisplayName": "App.Definitions.AiBot",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Order": 1,
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.AiBot",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Icon": "FcMindMap",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"RequiredPermissionName": "App.Definitions.AiBot",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Code": "App.Definitions.GlobalSearch",
|
|
|
|
|
|
"DisplayName": "App.Definitions.GlobalSearch",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Order": 2,
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.GlobalSearch",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Icon": "FcSearch",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"RequiredPermissionName": "App.Definitions.GlobalSearch",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Code": "App.Definitions.ContactTitle",
|
|
|
|
|
|
"DisplayName": "App.Definitions.ContactTitle",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 3,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.ContactTitle",
|
|
|
|
|
|
"Icon": "FcNeutralDecision",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.ContactTitle",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Code": "App.Definitions.Currency",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Currency",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 4,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Currency",
|
|
|
|
|
|
"Icon": "FcCurrencyExchange",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Currency",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Code": "App.Definitions.CountryGroup",
|
|
|
|
|
|
"DisplayName": "App.Definitions.CountryGroup",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 5,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.CountryGroup",
|
|
|
|
|
|
"Icon": "FaFlag",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.CountryGroup",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Code": "App.Definitions.Country",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Country",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 6,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.Country",
|
|
|
|
|
|
"Icon": "FaFlagCheckered",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Country",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Code": "App.Definitions.City",
|
|
|
|
|
|
"DisplayName": "App.Definitions.City",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 7,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.City",
|
|
|
|
|
|
"Icon": "FaFontAwesomeFlag",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.City",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Code": "App.Definitions.District",
|
|
|
|
|
|
"DisplayName": "App.Definitions.District",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 8,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": "/admin/list/App.Definitions.District",
|
|
|
|
|
|
"Icon": "FaFontAwesome",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.District",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Code": "App.Definitions.SkillType",
|
|
|
|
|
|
"DisplayName": "App.Definitions.SkillType",
|
|
|
|
|
|
"Order": 9,
|
|
|
|
|
|
"Url": "/admin/list/App.Definitions.SkillType",
|
|
|
|
|
|
"Icon": "FcMindMap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.SkillType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Code": "App.Definitions.UomCategory",
|
|
|
|
|
|
"DisplayName": "App.Definitions.UomCategory",
|
|
|
|
|
|
"Order": 10,
|
|
|
|
|
|
"Url": "/admin/list/App.Definitions.UomCategory",
|
|
|
|
|
|
"Icon": "FcWorkflow",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.UomCategory",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-05-17 18:20:44 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Sequence",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Sequence",
|
|
|
|
|
|
"Order": 11,
|
|
|
|
|
|
"Url": "/admin/list/App.Definitions.Sequence",
|
|
|
|
|
|
"Icon": "FcNumericalSorting12",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Sequence",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-02-24 20:44:16 +00:00
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Code": "App.SettingDefinitions",
|
|
|
|
|
|
"DisplayName": "App.SettingDefinitions",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 5,
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Url": "/admin/list/App.SettingDefinitions",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Icon": "FcSupport",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"RequiredPermissionName": "App.SettingDefinitions",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Languages",
|
|
|
|
|
|
"DisplayName": "App.Languages",
|
|
|
|
|
|
"Order": 6,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": null,
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Icon": "FcGlobe",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Languages",
|
|
|
|
|
|
"Code": "App.Languages.Language",
|
|
|
|
|
|
"DisplayName": "App.Languages.Language",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Order": 1,
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Url": "/admin/list/App.Languages.Language",
|
|
|
|
|
|
"Icon": "FcGraduationCap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Languages.Language",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Languages",
|
|
|
|
|
|
"Code": "App.Languages.LanguageText",
|
|
|
|
|
|
"DisplayName": "App.Languages.LanguageText",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Order": 2,
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Url": "/admin/list/App.Languages.LanguageText",
|
|
|
|
|
|
"Icon": "FcMindMap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Languages.LanguageText",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Code": "App.DataSource",
|
|
|
|
|
|
"DisplayName": "App.DataSource",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 7,
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Url": "/admin/list/App.DataSource",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Icon": "FcAcceptDatabase",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"RequiredPermissionName": "App.DataSource",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Listforms.Listform",
|
|
|
|
|
|
"DisplayName": "App.Listforms.Listform",
|
|
|
|
|
|
"Order": 9,
|
|
|
|
|
|
"Url": "/admin/list/App.Listforms.Listform",
|
|
|
|
|
|
"Icon": "FcDataSheet",
|
|
|
|
|
|
"RequiredPermissionName": "App.Listforms.Listform",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.Notifications",
|
|
|
|
|
|
"DisplayName": "App.Notifications",
|
|
|
|
|
|
"Order": 10,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcWorkflow",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-05-11 09:37:52 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Notifications",
|
|
|
|
|
|
"Code": "App.Notifications.NotificationTypes",
|
|
|
|
|
|
"DisplayName": "App.Notifications.NotificationTypes",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/App.Notifications.NotificationTypes",
|
|
|
|
|
|
"Icon": "FcComboChart",
|
|
|
|
|
|
"RequiredPermissionName": "App.Notifications.NotificationTypes",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-02-24 20:44:16 +00:00
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Notifications",
|
|
|
|
|
|
"Code": "App.Notifications.NotificationRules",
|
|
|
|
|
|
"DisplayName": "App.Notifications.NotificationRules",
|
2026-05-11 09:37:52 +00:00
|
|
|
|
"Order": 2,
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Url": "/admin/list/App.Notifications.NotificationRules",
|
|
|
|
|
|
"Icon": "FcLibrary",
|
|
|
|
|
|
"RequiredPermissionName": "App.Notifications.NotificationRules",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Notifications",
|
|
|
|
|
|
"Code": "App.Notifications.Notification",
|
|
|
|
|
|
"DisplayName": "App.Notifications.Notification",
|
2026-05-11 09:37:52 +00:00
|
|
|
|
"Order": 3,
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Url": "/admin/list/App.Notifications.Notification",
|
|
|
|
|
|
"Icon": "FcBrokenLink",
|
|
|
|
|
|
"RequiredPermissionName": "App.Notifications.Notification",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-05-15 19:42:33 +00:00
|
|
|
|
|
2026-02-24 20:44:16 +00:00
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.BackgroundWorkers",
|
|
|
|
|
|
"DisplayName": "App.BackgroundWorkers",
|
|
|
|
|
|
"Order": 11,
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcSynchronize",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.BackgroundWorkers",
|
2026-05-15 20:47:52 +00:00
|
|
|
|
"Code": "App.BackgroundWorkers.RecurringJobs",
|
|
|
|
|
|
"DisplayName": "App.BackgroundWorkers.RecurringJobs",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"Order": 1,
|
2026-05-15 20:47:52 +00:00
|
|
|
|
"Url": "/admin/list/App.BackgroundWorkers.RecurringJobs",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"Icon": "FcDataConfiguration",
|
2026-05-15 20:47:52 +00:00
|
|
|
|
"RequiredPermissionName": "App.BackgroundWorkers.RecurringJobs",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.BackgroundWorkers",
|
2026-05-15 20:47:52 +00:00
|
|
|
|
"Code": "App.BackgroundWorkers.Jobs",
|
|
|
|
|
|
"DisplayName": "App.BackgroundWorkers.Jobs",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"Order": 2,
|
2026-05-15 20:47:52 +00:00
|
|
|
|
"Url": "/admin/list/App.BackgroundWorkers.Jobs",
|
2026-05-15 19:42:33 +00:00
|
|
|
|
"Icon": "FcFlowChart",
|
2026-05-15 20:47:52 +00:00
|
|
|
|
"RequiredPermissionName": "App.BackgroundWorkers.Jobs",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Code": "App.Public",
|
|
|
|
|
|
"DisplayName": "App.Public",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 12,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcGenealogy",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-03-17 11:27:30 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Home",
|
|
|
|
|
|
"DisplayName": "App.Home",
|
|
|
|
|
|
"Order": 0,
|
|
|
|
|
|
"Url": "/admin/public/home/designer",
|
|
|
|
|
|
"Icon": "FcHome",
|
|
|
|
|
|
"RequiredPermissionName": "App.Home",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-02-24 20:44:16 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.About",
|
|
|
|
|
|
"DisplayName": "App.About",
|
|
|
|
|
|
"Order": 1,
|
2026-03-17 09:54:25 +00:00
|
|
|
|
"Url": "/admin/public/about/designer",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Icon": "FcAbout",
|
|
|
|
|
|
"RequiredPermissionName": "App.About",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Services",
|
|
|
|
|
|
"DisplayName": "App.Services",
|
|
|
|
|
|
"Order": 2,
|
2026-03-17 09:54:25 +00:00
|
|
|
|
"Url": "/admin/public/services/designer",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Icon": "FcServices",
|
|
|
|
|
|
"RequiredPermissionName": "App.Services",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.Products",
|
|
|
|
|
|
"DisplayName": "App.Orders.Products",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/App.Orders.Products",
|
|
|
|
|
|
"Icon": "FcDiploma1",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.Products",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.PaymentMethods",
|
|
|
|
|
|
"DisplayName": "App.Orders.PaymentMethods",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/App.Orders.PaymentMethods",
|
|
|
|
|
|
"Icon": "FcFeedIn",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.PaymentMethods",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.InstallmentOptions",
|
|
|
|
|
|
"DisplayName": "App.Orders.InstallmentOptions",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/App.Orders.InstallmentOptions",
|
|
|
|
|
|
"Icon": "FcProcess",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.InstallmentOptions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Orders.SalesOrders",
|
|
|
|
|
|
"DisplayName": "App.Orders.SalesOrders",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/list/App.Orders.SalesOrders",
|
|
|
|
|
|
"Icon": "FcCollect",
|
|
|
|
|
|
"RequiredPermissionName": "App.Orders.SalesOrders",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.BlogManagement.Category",
|
|
|
|
|
|
"DisplayName": "App.BlogManagement.Category",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/list/App.BlogManagement.Category",
|
|
|
|
|
|
"Icon": "FaCertificate",
|
|
|
|
|
|
"RequiredPermissionName": "App.BlogManagement.Category",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.BlogManagement.Posts",
|
|
|
|
|
|
"DisplayName": "App.BlogManagement.Posts",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": "/admin/list/App.BlogManagement.Posts",
|
|
|
|
|
|
"Icon": "FaWeixin",
|
|
|
|
|
|
"RequiredPermissionName": "App.BlogManagement.Posts",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Demos",
|
|
|
|
|
|
"DisplayName": "App.Demos",
|
|
|
|
|
|
"Order": 9,
|
|
|
|
|
|
"Url": "/admin/list/App.Demos",
|
|
|
|
|
|
"Icon": "FcMissedCall",
|
|
|
|
|
|
"RequiredPermissionName": "App.Demos",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Public",
|
|
|
|
|
|
"Code": "App.Contact",
|
|
|
|
|
|
"DisplayName": "App.Contact",
|
|
|
|
|
|
"Order": 10,
|
2026-03-17 11:27:30 +00:00
|
|
|
|
"Url": "/admin/public/contact/designer",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Icon": "FcContacts",
|
|
|
|
|
|
"RequiredPermissionName": "App.Contact",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-02-25 08:35:13 +00:00
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas",
|
2026-02-25 08:35:13 +00:00
|
|
|
|
"Code": "App.Menus",
|
|
|
|
|
|
"DisplayName": "App.Menus",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 13,
|
2026-02-25 08:35:13 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FaSchlix",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-03-10 21:18:35 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Menus",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Code": "App.Menus.Routes",
|
|
|
|
|
|
"DisplayName": "App.Menus.Routes",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 1,
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Url": "/admin/list/App.Menus.Routes",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Icon": "FaSynagogue",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"RequiredPermissionName": "App.Menus.Routes",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-03-17 19:56:34 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Menus",
|
|
|
|
|
|
"Code": "App.Menus.MenuGroup",
|
|
|
|
|
|
"DisplayName": "App.Menus.MenuGroup",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/App.Menus.MenuGroup",
|
|
|
|
|
|
"Icon": "FcGrid",
|
|
|
|
|
|
"RequiredPermissionName": "App.Menus.MenuGroup",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-02-25 08:35:13 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Menus",
|
|
|
|
|
|
"Code": "App.Menus.Menu",
|
|
|
|
|
|
"DisplayName": "App.Menus.Menu",
|
2026-03-17 19:56:34 +00:00
|
|
|
|
"Order": 3,
|
2026-02-25 08:35:13 +00:00
|
|
|
|
"Url": "/admin/list/App.Menus.Menu",
|
|
|
|
|
|
"Icon": "FcMenu",
|
|
|
|
|
|
"RequiredPermissionName": "App.Menus.Menu",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Menus",
|
|
|
|
|
|
"Code": "App.Menus.Manager",
|
|
|
|
|
|
"DisplayName": "App.Menus.Manager",
|
2026-03-17 19:56:34 +00:00
|
|
|
|
"Order": 4,
|
2026-02-25 08:35:13 +00:00
|
|
|
|
"Url": "/admin/menuManager",
|
|
|
|
|
|
"Icon": "FaRegListAlt",
|
|
|
|
|
|
"RequiredPermissionName": "App.Menus.Manager",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-02-24 20:44:16 +00:00
|
|
|
|
{
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"ParentCode": "App.Saas",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Code": "App.DeveloperKit",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 15,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcAndroidOs",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"Code": "App.SqlQueryManager",
|
|
|
|
|
|
"DisplayName": "App.SqlQueryManager",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Order": 1,
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"Url": "/admin/sqlQueryManager",
|
|
|
|
|
|
"Icon": "FaDatabase",
|
|
|
|
|
|
"RequiredPermissionName": "App.SqlQueryManager",
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.CrudEndpoints",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.CrudEndpoints",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"Order": 2,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": "/admin/developerkit/endpoints",
|
|
|
|
|
|
"Icon": "FcOrgUnit",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.CrudEndpoints",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.CustomEndpoints",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.CustomEndpoints",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"Order": 3,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": "/admin/list/App.DeveloperKit.CustomEndpoints",
|
|
|
|
|
|
"Icon": "FcMindMap",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.CustomEndpoints",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.Components",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.Components",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"Order": 4,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": "/admin/developerkit/components",
|
|
|
|
|
|
"Icon": "FcBiohazard",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.Components",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
|
|
|
|
|
"Code": "App.DeveloperKit.DynamicServices",
|
|
|
|
|
|
"DisplayName": "App.DeveloperKit.DynamicServices",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"Order": 5,
|
2026-02-24 20:44:16 +00:00
|
|
|
|
"Url": "/admin/developerkit/dynamic-services",
|
|
|
|
|
|
"Icon": "FcCommandLine",
|
|
|
|
|
|
"RequiredPermissionName": "App.DeveloperKit.DynamicServices",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-02-27 06:54:25 +00:00
|
|
|
|
{
|
2026-02-27 20:57:11 +00:00
|
|
|
|
"ParentCode": "App.DeveloperKit",
|
2026-05-02 17:08:06 +00:00
|
|
|
|
"Code": "App.Listforms.WizardManager",
|
|
|
|
|
|
"DisplayName": "App.Listforms.WizardManager",
|
2026-03-01 20:43:25 +00:00
|
|
|
|
"Order": 6,
|
2026-05-02 17:08:06 +00:00
|
|
|
|
"Url": "/admin/listform/wizardManager",
|
2026-02-27 06:54:25 +00:00
|
|
|
|
"Icon": "FcFlashAuto",
|
|
|
|
|
|
"RequiredPermissionName": "App.Listforms.Wizard",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-03-10 21:18:35 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Saas",
|
|
|
|
|
|
"Code": "App.ForumManagement",
|
|
|
|
|
|
"DisplayName": "App.ForumManagement",
|
|
|
|
|
|
"Order": 16,
|
|
|
|
|
|
"Url": "/admin/forumManagement",
|
|
|
|
|
|
"Icon": "FcReading",
|
|
|
|
|
|
"RequiredPermissionName": "App.ForumManagement",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": null,
|
|
|
|
|
|
"Code": "App.Administration",
|
|
|
|
|
|
"DisplayName": "App.Administration",
|
|
|
|
|
|
"Order": 200,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcOrganization",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false,
|
|
|
|
|
|
"ShortName": "Adm"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Setting",
|
|
|
|
|
|
"DisplayName": "App.Setting",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/settings",
|
|
|
|
|
|
"Icon": "FcSettings",
|
|
|
|
|
|
"RequiredPermissionName": "App.Setting",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Administration.Definitions",
|
|
|
|
|
|
"DisplayName": "App.Definitions",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcFilingCabinet",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Sector",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Sector",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/App.Definitions.Sector",
|
|
|
|
|
|
"Icon": "FcBiomass",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Sector",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-05-04 12:14:16 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.Department",
|
|
|
|
|
|
"DisplayName": "App.Definitions.Department",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/App.Definitions.Department",
|
|
|
|
|
|
"Icon": "FcDepartment",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.Department",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.JobPosition",
|
|
|
|
|
|
"DisplayName": "App.Definitions.JobPosition",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/App.Definitions.JobPosition",
|
|
|
|
|
|
"Icon": "FcDebt",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.JobPosition",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-05-04 19:50:21 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Definitions",
|
|
|
|
|
|
"Code": "App.Definitions.OrgChart",
|
|
|
|
|
|
"DisplayName": "App.Definitions.OrgChart",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/organization",
|
|
|
|
|
|
"Icon": "FaSitemap",
|
|
|
|
|
|
"RequiredPermissionName": "App.Definitions.OrgChart",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-05-05 20:17:50 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Administration.Intranet",
|
|
|
|
|
|
"DisplayName": "App.Intranet",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcConferenceCall",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Announcement",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Announcement",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/App.Intranet.Announcement",
|
|
|
|
|
|
"Icon": "FcAdvertising",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Announcement",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Survey",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Survey",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/App.Intranet.Survey",
|
|
|
|
|
|
"Icon": "FcTodoList",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Survey",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.SocialPost",
|
|
|
|
|
|
"DisplayName": "App.Intranet.SocialPost",
|
|
|
|
|
|
"Order": 3,
|
|
|
|
|
|
"Url": "/admin/list/App.Intranet.SocialPost",
|
|
|
|
|
|
"Icon": "FcComments",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.SocialPost",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-05-06 14:48:44 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Events.EventType",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Events.EventType",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/App.Intranet.Events.EventType",
|
|
|
|
|
|
"Icon": "FcPlanner",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Events.EventType",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Events.EventCategory",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Events.EventCategory",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/App.Intranet.Events.EventCategory",
|
|
|
|
|
|
"Icon": "FcTreeStructure",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Events.EventCategory",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Intranet",
|
|
|
|
|
|
"Code": "App.Intranet.Events.Event",
|
|
|
|
|
|
"DisplayName": "App.Intranet.Events.Event",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/list/App.Intranet.Events.Event",
|
|
|
|
|
|
"Icon": "FcCalendar",
|
|
|
|
|
|
"RequiredPermissionName": "App.Intranet.Events.Event",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-03-10 21:18:35 +00:00
|
|
|
|
{
|
2026-03-29 11:07:34 +00:00
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Administration.Restrictions",
|
|
|
|
|
|
"DisplayName": "App.Restrictions",
|
2026-05-08 08:38:57 +00:00
|
|
|
|
"Order": 4,
|
2026-03-29 11:07:34 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FaLock",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration.Restrictions",
|
|
|
|
|
|
"Code": "App.Restrictions.WorkHour",
|
|
|
|
|
|
"DisplayName": "App.Restrictions.WorkHour",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/App.Restrictions.WorkHour",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Icon": "FcClock",
|
2026-03-29 11:07:34 +00:00
|
|
|
|
"RequiredPermissionName": "App.Restrictions.WorkHour",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-03-23 07:25:00 +00:00
|
|
|
|
{
|
2026-03-29 11:07:34 +00:00
|
|
|
|
"ParentCode": "App.Administration.Restrictions",
|
|
|
|
|
|
"Code": "App.Restrictions.IpRestrictions",
|
|
|
|
|
|
"DisplayName": "App.Restrictions.IpRestrictions",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/App.Restrictions.IpRestrictions",
|
2026-03-23 07:25:00 +00:00
|
|
|
|
"Icon": "FcNfcSign",
|
2026-03-29 11:07:34 +00:00
|
|
|
|
"RequiredPermissionName": "App.Restrictions.IpRestrictions",
|
2026-03-23 07:25:00 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-03-10 21:18:35 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "Abp.Identity",
|
|
|
|
|
|
"DisplayName": "Abp.Identity",
|
2026-05-08 08:38:57 +00:00
|
|
|
|
"Order": 5,
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcConferenceCall",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "Abp.Identity.PermissionGroups",
|
|
|
|
|
|
"DisplayName": "Abp.Identity.PermissionGroups",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/Abp.Identity.PermissionGroups",
|
|
|
|
|
|
"Icon": "FcEngineering",
|
|
|
|
|
|
"RequiredPermissionName": "Abp.Identity.PermissionGroups",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "Abp.Identity.Permissions",
|
|
|
|
|
|
"DisplayName": "Abp.Identity.Permissions",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/Abp.Identity.Permissions",
|
|
|
|
|
|
"Icon": "FcSupport",
|
|
|
|
|
|
"RequiredPermissionName": "Abp.Identity.Permissions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
2026-05-08 22:30:40 +00:00
|
|
|
|
"Code": "App.IdentityManagement.ClaimType",
|
|
|
|
|
|
"DisplayName": "App.IdentityManagement.ClaimType",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Order": 3,
|
2026-05-08 22:30:40 +00:00
|
|
|
|
"Url": "/admin/list/App.IdentityManagement.ClaimType",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Icon": "FcOrganization",
|
2026-05-08 22:30:40 +00:00
|
|
|
|
"RequiredPermissionName": "App.IdentityManagement.ClaimType",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "AbpIdentity.Roles",
|
|
|
|
|
|
"DisplayName": "AbpIdentity.Roles",
|
|
|
|
|
|
"Order": 4,
|
|
|
|
|
|
"Url": "/admin/list/AbpIdentity.Roles",
|
|
|
|
|
|
"Icon": "FcFlowChart",
|
|
|
|
|
|
"RequiredPermissionName": "AbpIdentity.Roles",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "AbpIdentity.Users",
|
|
|
|
|
|
"DisplayName": "AbpIdentity.Users",
|
|
|
|
|
|
"Order": 5,
|
|
|
|
|
|
"Url": "/admin/list/AbpIdentity.Users",
|
|
|
|
|
|
"Icon": "FcBusinessman",
|
|
|
|
|
|
"RequiredPermissionName": "AbpIdentity.Users",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "Abp.Identity.OrganizationUnits",
|
|
|
|
|
|
"DisplayName": "Abp.Identity.OrganizationUnits",
|
|
|
|
|
|
"Order": 6,
|
|
|
|
|
|
"Url": "/admin/ous",
|
|
|
|
|
|
"Icon": "FcOrganization",
|
|
|
|
|
|
"RequiredPermissionName": "Abp.Identity.OrganizationUnits",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Code": "App.IdentityManagement.AuditLogs",
|
|
|
|
|
|
"DisplayName": "App.IdentityManagement.AuditLogs",
|
2026-03-23 07:25:00 +00:00
|
|
|
|
"Order": 7,
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"Url": "/admin/list/App.IdentityManagement.AuditLogs",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Icon": "FcMultipleInputs",
|
2026-03-28 08:23:21 +00:00
|
|
|
|
"RequiredPermissionName": "App.IdentityManagement.AuditLogs",
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-04-28 10:03:37 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "Abp.Identity",
|
|
|
|
|
|
"Code": "App.IdentityManagement.Sessions",
|
|
|
|
|
|
"DisplayName": "App.IdentityManagement.Sessions",
|
|
|
|
|
|
"Order": 8,
|
|
|
|
|
|
"Url": "/admin/list/App.IdentityManagement.Sessions",
|
|
|
|
|
|
"Icon": "FcPrivacy",
|
|
|
|
|
|
"RequiredPermissionName": "App.IdentityManagement.Sessions",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-03-10 21:18:35 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Reports.Management",
|
|
|
|
|
|
"DisplayName": "App.Reports.Management",
|
2026-05-08 08:38:57 +00:00
|
|
|
|
"Order": 6,
|
2026-03-10 21:18:35 +00:00
|
|
|
|
"Url": null,
|
|
|
|
|
|
"Icon": "FcDocument",
|
|
|
|
|
|
"RequiredPermissionName": null,
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Reports.Management",
|
|
|
|
|
|
"Code": "App.Reports.Categories",
|
|
|
|
|
|
"DisplayName": "App.Reports.Categories",
|
|
|
|
|
|
"Order": 1,
|
|
|
|
|
|
"Url": "/admin/list/App.Reports.Categories",
|
|
|
|
|
|
"Icon": "FcProcess",
|
|
|
|
|
|
"RequiredPermissionName": "App.Reports.Categories",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Reports.Management",
|
|
|
|
|
|
"Code": "App.Reports.ReportTemplates",
|
|
|
|
|
|
"DisplayName": "App.Reports.ReportTemplates",
|
|
|
|
|
|
"Order": 2,
|
|
|
|
|
|
"Url": "/admin/list/App.Reports.ReportTemplates",
|
|
|
|
|
|
"Icon": "FcSimCardChip",
|
|
|
|
|
|
"RequiredPermissionName": "App.Reports.ReportTemplates",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-05-08 08:38:57 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Videoroom.Dashboard",
|
|
|
|
|
|
"DisplayName": "App.Videoroom.Dashboard",
|
|
|
|
|
|
"Order": 7,
|
|
|
|
|
|
"Url": "/admin/videoroom/dashboard",
|
|
|
|
|
|
"Icon": "FcVideoCall",
|
|
|
|
|
|
"RequiredPermissionName": "App.Videoroom.Dashboard",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-03-22 15:05:08 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Files",
|
|
|
|
|
|
"DisplayName": "App.Files",
|
2026-05-08 05:34:29 +00:00
|
|
|
|
"Order": 8,
|
2026-03-22 15:05:08 +00:00
|
|
|
|
"Url": "/admin/files",
|
|
|
|
|
|
"Icon": "FcFolder",
|
|
|
|
|
|
"RequiredPermissionName": "App.Files",
|
|
|
|
|
|
"IsDisabled": false
|
|
|
|
|
|
},
|
2026-02-25 11:57:25 +00:00
|
|
|
|
{
|
|
|
|
|
|
"ParentCode": "App.Administration",
|
|
|
|
|
|
"Code": "App.Forum",
|
|
|
|
|
|
"DisplayName": "App.Forum",
|
2026-05-08 05:34:29 +00:00
|
|
|
|
"Order": 9,
|
2026-02-25 11:57:25 +00:00
|
|
|
|
"Url": "/admin/forum",
|
|
|
|
|
|
"Icon": "FcLink",
|
|
|
|
|
|
"RequiredPermissionName": "App.ForumManagement.Publish",
|
|
|
|
|
|
"IsDisabled": false
|
2026-02-24 20:44:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
2026-05-15 19:42:33 +00:00
|
|
|
|
}
|