4858 lines
132 KiB
TypeScript
4858 lines
132 KiB
TypeScript
import {
|
|
USER_CENTER_MENU_BUTTON_CODE,
|
|
USER_CENTER_MENU_CODE
|
|
} from '@/utils/consts'
|
|
|
|
export const USER_CENTER_MENU_DATA = {
|
|
id: '19a1f2c763e1231f1e1',
|
|
accessSupport: { value: 'unsupported', label: '不支持'},
|
|
supportDataAccess: false,
|
|
code: USER_CENTER_MENU_CODE,
|
|
name: '个人中心',
|
|
url: '/account/center',
|
|
sortIndex: 9999,
|
|
granted: true,
|
|
owner: 'iot',
|
|
options: {
|
|
isShow: false,
|
|
},
|
|
permissions: [
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: USER_CENTER_MENU_BUTTON_CODE,
|
|
name: '修改密码',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['update-self-pwd']
|
|
},
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query'],
|
|
},
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
export default [
|
|
// 物联网
|
|
{
|
|
code: 'iot',
|
|
name: '物联网',
|
|
owner: 'iot',
|
|
id: '9c21f88182e7cc75cbdfa8e4b7844272',
|
|
url: '/iot',
|
|
icon: 'icon-wulianwang',
|
|
sortIndex: 1,
|
|
permissions: [],
|
|
children: [
|
|
{
|
|
code: 'home',
|
|
name: '首页',
|
|
owner: 'iot',
|
|
//parentId: '1',
|
|
id: 'd56cfb0076ecc4ff2d8503b39b3dbf1c',
|
|
url: '/iot/home',
|
|
icon: 'icon-zhihuishequ',
|
|
sortIndex: 1,
|
|
showPage: ['dashboard', 'device-instance', 'device-product'],
|
|
permissions: [
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'dashboard',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'open-api',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'notice',
|
|
name: '通知管理',
|
|
owner: 'iot',
|
|
//parentId: '1',
|
|
id: 'b27e972543cdc5da5730b6d4b9b537b1',
|
|
url: '/iot/notice',
|
|
icon: 'icon-tongzhiguanli',
|
|
sortIndex: 2,
|
|
showPage: ['template', 'notifier'],
|
|
permissions: [],
|
|
children: [
|
|
{
|
|
code: 'notice/Config',
|
|
name: '通知配置',
|
|
owner: 'iot',
|
|
//parentId: '1',
|
|
id: '09bcab0a6a1f0796075254a453139287',
|
|
url: '/iot/notice/Config',
|
|
icon: 'icon-tongzhiguanli',
|
|
sortIndex: 1,
|
|
showPage: ['notifier'],
|
|
permissions: [{ permission: 'notifier', actions: ['query', 'save', 'delete', 'send'] }],
|
|
buttons: [
|
|
{
|
|
id: 'bind',
|
|
name: '同步用户',
|
|
permissions: [
|
|
{
|
|
permission: 'add',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['save'],
|
|
},
|
|
{
|
|
permission: 'user-third-party-manager',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'log',
|
|
name: '通知记录',
|
|
permissions: [
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
// {
|
|
// permission: 'template',
|
|
// actions: ['query'],
|
|
// },
|
|
],
|
|
},
|
|
{
|
|
id: 'debug',
|
|
name: '调试',
|
|
permissions: [
|
|
{
|
|
permission: 'add',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query', 'send'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'export',
|
|
name: '导出',
|
|
permissions: [
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'import',
|
|
name: '导入',
|
|
permissions: [
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'notifyConfig'
|
|
},
|
|
{
|
|
code: 'notice/Template',
|
|
name: '通知模板',
|
|
owner: 'iot',
|
|
//parentId: '1',
|
|
id: '705b82c807fa18360bf62a2b35f454e9',
|
|
url: '/iot/notice/Template',
|
|
icon: 'icon-tongzhiguanli',
|
|
sortIndex: 2,
|
|
showPage: ['template'],
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query', 'send'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'log',
|
|
name: '通知记录',
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'debug',
|
|
name: '调试',
|
|
permissions: [
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query', 'send'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'add',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'export',
|
|
name: '导出',
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'import',
|
|
name: '导入',
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
assetType: 'notifyTemplate',
|
|
supportDataAccess: true
|
|
},
|
|
],
|
|
},
|
|
{
|
|
code: 'device',
|
|
name: '设备管理',
|
|
owner: 'iot',
|
|
//parentId: '1',
|
|
id: 'b6327c3ff01b49c9a7a96101606dc27a',
|
|
url: '/iot/device',
|
|
icon: 'icon-shebei',
|
|
sortIndex: 3,
|
|
permissions: [],
|
|
showPage: [],
|
|
children: [
|
|
{
|
|
code: 'device/DashBoard',
|
|
name: '仪表盘',
|
|
owner: 'iot',
|
|
//parentId: '1-3',
|
|
id: '68a02c9efa9fb4885c89b007f97d074d',
|
|
url: '/iot/device/DashBoard',
|
|
icon: 'icon-keshihua',
|
|
sortIndex: 1,
|
|
showPage: ['dashboard', 'device-product', 'device-instance'],
|
|
permissions: [
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'dashboard',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'geo-manager',
|
|
actions: ['find-geo'],
|
|
},
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'device/Product',
|
|
name: '产品',
|
|
owner: 'iot',
|
|
//parentId: '1-3',
|
|
id: '8ddbb67de5f65514105d47b448bfd70e',
|
|
url: '/iot/device/Product',
|
|
icon: 'icon-chanpin',
|
|
sortIndex: 2,
|
|
assetType: 'product',
|
|
showPage: ['device-product'],
|
|
permissions: [
|
|
{
|
|
permission: 'transparent-codec',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-category',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-mapping',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-mapping',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'export',
|
|
name: '导出',
|
|
permissions: [
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'import',
|
|
name: '导入',
|
|
permissions: [
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['delete'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true
|
|
},
|
|
{
|
|
code: 'device/Instance',
|
|
name: '设备',
|
|
owner: 'iot',
|
|
//parentId: '1-3',
|
|
id: '1b136e7e4e4e74bb24b91802e4cfcd2d',
|
|
url: '/iot/device/Instance',
|
|
icon: 'icon-shebei',
|
|
sortIndex: 3,
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'device',
|
|
showPage: ['device-instance'],
|
|
permissions: [
|
|
{
|
|
permission: 'transparent-codec',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-api',
|
|
actions: ['query-device-events'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['save', 'delete'],
|
|
},
|
|
{
|
|
permission: 'edge-operations',
|
|
actions: ['invoke'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'export',
|
|
name: '导出',
|
|
permissions: [
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query', 'export'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'import',
|
|
name: '导入',
|
|
permissions: [
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['import', 'query'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'visualization',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'organization',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-opt-api',
|
|
actions: ['read-property', 'invoke-function', 'write-property'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'dictionary',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-category',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-mapping',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'media-server',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'dashboard',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['enable', 'disable', 'query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
code: 'device/Category',
|
|
name: '产品分类',
|
|
owner: 'iot',
|
|
//parentId: '1-3',
|
|
id: 'bc83f18659982abb9ac1a96362fc3372',
|
|
sortIndex: 4,
|
|
url: '/iot/device/Category',
|
|
icon: 'icon-chanpinfenlei',
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'deviceCategory',
|
|
showPage: ['device-category'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'device-category',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'device-category',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'device-category',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'device-category',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
code: 'link',
|
|
name: '运维管理',
|
|
owner: 'iot',
|
|
//parentId: '1',
|
|
id: 'bd55cdc9d0c1700afe628f572f91c22e',
|
|
url: '/iot/link',
|
|
icon: 'icon-yunweiguanli-1',
|
|
permissions: [],
|
|
sortIndex: 4,
|
|
children: [
|
|
{
|
|
code: 'link/DashBoard',
|
|
name: '仪表盘',
|
|
owner: 'iot',
|
|
//parentId: '1-4',
|
|
id: '47bedff9df89ecc0f0ce896e53805f02',
|
|
sortIndex: 1,
|
|
url: '/iot/link/dashboard',
|
|
icon: 'icon-keshihua',
|
|
showPage: ['dashboard', 'network-config'],
|
|
permissions: [
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'dashboard',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'link/AccessConfig',
|
|
name: '设备接入网关',
|
|
owner: 'iot',
|
|
//parentId: '1-4',
|
|
id: '10e67b761ec1f4206fabf36fcf9d9b0b',
|
|
sortIndex: 2,
|
|
url: '/iot/link/accessConfig',
|
|
icon: 'icon-wangguanzishebei',
|
|
showPage: ['device-gateway'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'opc-point',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'opc-client',
|
|
actions: ['query', 'save', 'delete'],
|
|
},
|
|
{
|
|
permission: 'opc-device-bind',
|
|
actions: ['query', 'save', 'delete'],
|
|
},
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'opc-point',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'certificate',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'media-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'opc-client',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'opc-device-bind',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'link/Protocol',
|
|
name: '协议管理',
|
|
owner: 'iot',
|
|
//parentId: '1-4',
|
|
id: 'cdd73c8cb02d1ae9af61ded7fc31e9c5',
|
|
sortIndex: 3,
|
|
url: '/iot/link/protocol',
|
|
icon: 'icon-tongzhiguanli',
|
|
showPage: ['protocol-supports'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'protocol-supports',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'Log',
|
|
name: '日志管理',
|
|
owner: 'iot',
|
|
//parentId: '1-4',
|
|
id: 'c340f8977e0d221da893715cab58ae8c',
|
|
sortIndex: 4,
|
|
url: '/iot/link/Log',
|
|
icon: 'icon-rizhifuwu',
|
|
showPage: ['system-logger', 'access-logger'],
|
|
permissions: [
|
|
{
|
|
permission: 'system-logger',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'access-logger',
|
|
actions: ['self-data', 'query'],
|
|
},
|
|
],
|
|
buttons: [],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'link/Type',
|
|
name: '网络组件',
|
|
owner: 'iot',
|
|
//parentId: '1-4',
|
|
id: 'f99acd0b64f96209eb276236cfb427cb',
|
|
sortIndex: 5,
|
|
url: '/iot/link/type',
|
|
icon: 'icon-wangluozujian',
|
|
showPage: ['network-config'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'certificate',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query', 'save', 'action'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'certificate',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'certificate',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'link/Certificate',
|
|
name: '证书管理',
|
|
owner: 'iot',
|
|
//parentId: '1-4',
|
|
id: 'e395655a273a1b765236342738289587',
|
|
sortIndex: 6,
|
|
url: '/iot/link/Certificate',
|
|
icon: 'icon-zhengshuguanli',
|
|
showPage: ['certificate'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'certificate',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'certificate',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'certificate',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'certificate',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'media/Stream',
|
|
name: '流媒体服务',
|
|
owner: 'iot',
|
|
//parentId: '1-4',
|
|
id: '82fd382e97bc132aa1a6cc926d804d48',
|
|
sortIndex: 7,
|
|
url: '/iot/link/Stream',
|
|
icon: 'icon-xuanzetongdao1',
|
|
showPage: ['media-server'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'media-server',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'media-server',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'media-server',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'media-server',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'media-server',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'device/Firmware',
|
|
name: '远程升级',
|
|
owner: 'iot',
|
|
//parentId: '1-4',
|
|
id: 'e0943d4c2fa539e89df1ff92e3379477',
|
|
sortIndex: 9,
|
|
url: '/iot/link/firmware',
|
|
icon: 'icon-yuanchengshengji',
|
|
showPage: ['firmware-manager'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'firmware-upgrade-task-manager',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'firmware-manager',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'firmware-upgrade-task-manager',
|
|
actions: ['query', 'save', 'deploy'],
|
|
},
|
|
{
|
|
permission: 'firmware-manager',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'firmware-manager',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
{
|
|
permission: 'firmware-upgrade-task-manager',
|
|
actions: ['delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'firmware-manager',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'firmware-upgrade-task-manager',
|
|
actions: ['query', 'save', 'deploy'],
|
|
},
|
|
],
|
|
},
|
|
|
|
],
|
|
accessSupport: { text: "间接支持", value: "indirect" },
|
|
supportDataAccess: false,
|
|
indirectMenus: ['8ddbb67de5f65514105d47b448bfd70e']
|
|
},
|
|
{
|
|
code: 'link/plugin',
|
|
name: '插件管理',
|
|
owner: 'iot',
|
|
//parentId: '1-4',
|
|
id: 'a20354876e9519e48f5ed6710ba6efb3',
|
|
sortIndex: 10,
|
|
url: '/iot/link/plugin',
|
|
icon: 'BoxPlotOutlined',
|
|
showPage: ['plugin-driver'],
|
|
permissions: [
|
|
{
|
|
permission: 'plugin-driver',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'plugin-driver',
|
|
actions: ['view'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'plugin-driver',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'plugin-driver',
|
|
actions: ['delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'plugin-driver',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false,
|
|
},
|
|
],
|
|
},
|
|
{
|
|
code: 'link/DataCollect',
|
|
name: '数据采集',
|
|
id: '3e5a9473e284803134b3f63c086d7385',
|
|
owner: 'iot',
|
|
sortIndex: 10,
|
|
url: '/iot/link/DataCollect',
|
|
icon: 'icon-analytics',
|
|
showPage: [],
|
|
permissions: [],
|
|
children: [
|
|
{
|
|
code: 'DataCollect/Dashboard',
|
|
name: '仪表盘',
|
|
owner: 'iot',
|
|
sortIndex: 1,
|
|
id: '802c1d835cd9f687ffb2092b593fb1b8',
|
|
url: '/iot/DataCollect/Dashboard',
|
|
icon: 'icon-keshihua',
|
|
showPage: [
|
|
'dashboard',
|
|
'data-collect-channel',
|
|
'data-collect-opc',
|
|
'data-collector',
|
|
'things-collector',
|
|
],
|
|
permissions: [
|
|
{ permission: 'dashboard', actions: ['query'] },
|
|
{ permission: 'data-collect-channel', actions: ['query'] },
|
|
{ permission: 'data-collect-opc', actions: ['query'] },
|
|
{ permission: 'data-collector', actions: ['query'] },
|
|
{ permission: 'things-collector', actions: ['query'] },
|
|
],
|
|
buttons: [],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'DataCollect/Channel',
|
|
name: '通道管理',
|
|
owner: 'iot',
|
|
id: 'e867ee3d31a7b963d38f40a3b51d0191',
|
|
sortIndex: 2,
|
|
url: '/iot/DataCollect/Channel',
|
|
icon: 'icon-rizhifuwu',
|
|
showPage: [
|
|
'data-collect-channel',
|
|
'data-collect-opc',
|
|
'data-collector',
|
|
'things-collector',
|
|
],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'data-collect-channel',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'data-collector',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'data-collect-opc',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'data-collect-channel',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collect-opc',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'data-collect-channel',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collect-opc',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'certificate',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '禁用/启用',
|
|
permissions: [
|
|
{
|
|
permission: 'data-collect-channel',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collect-opc',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'data-collect-channel',
|
|
actions: ['delete', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collector',
|
|
actions: ['delete', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collect-opc',
|
|
actions: ['delete', 'query'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['delete', 'query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'dataCollectChannel'
|
|
},
|
|
{
|
|
code: 'DataCollect/Collector',
|
|
name: '采集器',
|
|
owner: 'iot',
|
|
id: 'f97141d2737ebc3e3ab2cda4a38e8c79',
|
|
sortIndex: 3,
|
|
url: '/iot/DataCollect/Collector',
|
|
icon: 'icon-yingyongguanli',
|
|
showPage: [
|
|
'data-collect-channel',
|
|
'data-collect-opc',
|
|
'data-collector',
|
|
'things-collector',
|
|
],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'data-collect-channel',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'data-collector',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'data-collect-opc',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'data-collect-channel',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collect-opc',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'data-collect-channel',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collect-opc',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'certificate',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '禁用/启用',
|
|
permissions: [
|
|
{
|
|
permission: 'data-collect-channel',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collect-opc',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['save', 'query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'data-collect-channel',
|
|
actions: ['delete', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collector',
|
|
actions: ['delete', 'query'],
|
|
},
|
|
{
|
|
permission: 'data-collect-opc',
|
|
actions: ['delete', 'query'],
|
|
},
|
|
{
|
|
permission: 'things-collector',
|
|
actions: ['delete', 'query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'dataCollectCollector'
|
|
},
|
|
],
|
|
},
|
|
{
|
|
code: 'rule-engine/Alarm',
|
|
name: '告警中心',
|
|
owner: 'iot',
|
|
//parentId: '1',
|
|
id: '3c7dca6ea8b5828bbcc023ce905244f7',
|
|
sortIndex: 5,
|
|
url: '/iot/Alarm',
|
|
icon: 'icon-shebeigaojing',
|
|
permissions: [],
|
|
buttons: [],
|
|
showPage: [],
|
|
children: [
|
|
{
|
|
code: 'rule-engine/DashBoard',
|
|
name: '仪表盘',
|
|
owner: 'iot',
|
|
//parentId: '1-5',
|
|
id: 'f4d6880e3d8b3e3234c547fa84856b32',
|
|
sortIndex: 1,
|
|
url: '/iot/Alarm/dashboard',
|
|
icon: 'icon-keshihua',
|
|
showPage: ['dashboard', 'alarm-record', 'alarm-config'],
|
|
permissions: [
|
|
{ permission: 'dashboard', actions: ['query'] },
|
|
{ permission: 'alarm-config', actions: ['query'] },
|
|
{ permission: 'alarm-record', actions: ['query'] },
|
|
],
|
|
buttons: [],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'rule-engine/Alarm/Config',
|
|
name: '基础配置',
|
|
owner: 'iot',
|
|
//parentId: '1-5',
|
|
id: 'af160284d1934bf052a2eeb9b9a9cb8f',
|
|
sortIndex: 2,
|
|
url: '/iot/Alarm/Config',
|
|
icon: 'icon-chajianguanli',
|
|
showPage: ['alarm-config'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'update',
|
|
name: '保存',
|
|
permissions: [
|
|
// { permission: 'alarm-record', actions: ['query', 'save'] },
|
|
{ permission: 'alarm-config', actions: ['query', 'save'] },
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'rule-engine/Alarm/Configuration',
|
|
name: '告警配置',
|
|
owner: 'iot',
|
|
//parentId: '1-5',
|
|
id: 'c5d3b1261f2f414dd04b0bf9194aa29e',
|
|
sortIndex: 3,
|
|
url: '/iot/Alarm/Configuration',
|
|
icon: 'icon-warning_amber',
|
|
showPage: ['alarm-config'],
|
|
permissions: [
|
|
{
|
|
permission: 'organization',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'alarm-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'alarm-config',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'alarm-record',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'alarm-config',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'alarm-config',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'alarm-record',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'alarm-config',
|
|
actions: ['query', 'save', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'tigger',
|
|
name: '手动触发',
|
|
permissions: [
|
|
{
|
|
permission: 'alarm-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query', 'save', 'execute'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'alarmConfig'
|
|
},
|
|
{
|
|
code: 'rule-engine/Alarm/Log',
|
|
name: '告警记录',
|
|
owner: 'iot',
|
|
//parentId: '1-5',
|
|
id: 'fca24d8d3276a410f7031a9b721017fd',
|
|
sortIndex: 4,
|
|
url: '/iot/Alarm/Log',
|
|
icon: 'icon-changjingliandong',
|
|
showPage: ['alarm-record'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'alarm-record',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'organization',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'alarm-config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '告警处理',
|
|
permissions: [
|
|
{
|
|
permission: 'alarm-record',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'organization',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'alarm-config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "间接支持", value: "indirect" },
|
|
supportDataAccess: false
|
|
},
|
|
],
|
|
},
|
|
{
|
|
code: 'Northbound',
|
|
name: '北向输出',
|
|
owner: 'iot',
|
|
//parentId: '1',
|
|
id: 'ea3d760edbd908eb0bc901db2801e8b5',
|
|
sortIndex: 6,
|
|
url: '/iot/northbound',
|
|
icon: 'icon-yunyunjieru',
|
|
permissions: [],
|
|
buttons: [],
|
|
showPage: [],
|
|
children: [
|
|
{
|
|
code: 'Northbound/DuerOS',
|
|
name: 'DuerOS',
|
|
owner: 'iot',
|
|
//parentId: '1-6',
|
|
id: '4a7c3fbac5a3a894e90d0e9e4a3e4aa5',
|
|
sortIndex: 1,
|
|
url: '/iot/northbound/DuerOS',
|
|
icon: 'icon-zhineng',
|
|
permissions: [],
|
|
showPage: ['dueros-product'],
|
|
buttons: [
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'dueros-product',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'dueros-product',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'dueros-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'dueros-product',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'dueros-product',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'dueros'
|
|
},
|
|
{
|
|
code: 'Northbound/AliCloud',
|
|
name: '阿里云',
|
|
owner: 'iot',
|
|
//parentId: '1-6',
|
|
id: '2b808202bfc9159838d3be675e63719f',
|
|
sortIndex: 2,
|
|
url: '/iot/northbound/AliCloud',
|
|
icon: 'icon-aliyun',
|
|
permissions: [],
|
|
showPage: ['aliyun-bridge'],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'aliyun-bridge',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启用/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'aliyun-bridge',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'aliyun-bridge',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'aliyun-bridge',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'aliyun-bridge',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'aliyunNorthOutput'
|
|
},
|
|
],
|
|
},
|
|
{
|
|
code: 'rule-engine',
|
|
name: '规则引擎',
|
|
owner: 'iot',
|
|
//parentId: '1',
|
|
id: '91aa7c753b1c030dfad612aa0a45d453',
|
|
sortIndex: 7,
|
|
url: '/iot/rule-engine',
|
|
icon: 'icon-zidingyiguize',
|
|
permissions: [],
|
|
buttons: [],
|
|
children: [
|
|
{
|
|
code: 'rule-engine/Instance',
|
|
name: '规则编排',
|
|
owner: 'iot',
|
|
//parentId: '1-7',
|
|
id: '898001f2efa11f93253d67a254904ead',
|
|
sortIndex: 1,
|
|
url: '/iot/rule-engine/Instance',
|
|
icon: 'icon-changjingliandong',
|
|
showPage: ['rule-instance'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'rule-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'datasource-config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'rule-instance',
|
|
actions: ['stop', 'query', 'start', 'save', 'execute'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'datasource-config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'rule-instance',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'datasource-config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'rule-instance',
|
|
actions: ['query', 'save', 'execute'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'datasource-config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-config',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'rule-instance',
|
|
actions: ['query', 'save', 'execute'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'datasource-config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'ruleInstance'
|
|
},
|
|
{
|
|
code: 'rule-engine/Scene',
|
|
name: '场景联动',
|
|
owner: 'iot',
|
|
//parentId: '1-7',
|
|
id: 'b68867fdc24cfc3df7c52e842136f439',
|
|
sortIndex: 2,
|
|
url: '/iot/rule-engine/scene',
|
|
icon: 'icon-yunweiguanli-1',
|
|
showPage: ['rule-scene'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
// {
|
|
// permission: 'alarm-config',
|
|
// actions: ['query'],
|
|
// },
|
|
],
|
|
},
|
|
{
|
|
id: 'tigger',
|
|
name: '手动触发',
|
|
permissions: [
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query', 'save', 'execute'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'relation',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启用/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query', 'save', 'execute'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query', 'save', 'execute'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'relation',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'rule-scene',
|
|
actions: ['query', 'save', 'execute'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'relation',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'scene'
|
|
},
|
|
],
|
|
},
|
|
{
|
|
code: 'edge',
|
|
name: '边缘网关',
|
|
owner: 'iot',
|
|
id: 'cc29671ed5ef8d6df951b2fc523f36ca',
|
|
sortIndex: 8,
|
|
url: '/iot/edge',
|
|
icon: 'icon-bianyuanwangguan',
|
|
permissions: [],
|
|
buttons: [],
|
|
children: [
|
|
{
|
|
code: 'edge/Device',
|
|
name: '网关设备',
|
|
owner: 'iot',
|
|
id: 'c9f2530273ec057e3a5674faf3c6c073',
|
|
sortIndex: 1,
|
|
url: '/iot/edge/Devic',
|
|
icon: 'icon-bumenguanli',
|
|
showPage: ['edge-operations'],
|
|
permissions: [
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['enable', 'disable'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'import',
|
|
name: '导入',
|
|
permissions: [
|
|
{
|
|
permission: 'rule-instance',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'setting',
|
|
name: '远程控制',
|
|
permissions: [
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['save'],
|
|
},
|
|
{
|
|
permission: 'edge-operations',
|
|
actions: ['remote'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'password',
|
|
name: '重置密码',
|
|
permissions: [
|
|
{
|
|
permission: 'edge-operations',
|
|
actions: ['invoke'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "间接支持", value: "indirect" },
|
|
supportDataAccess: false,
|
|
indirectMenus: ['1b136e7e4e4e74bb24b91802e4cfcd2d']
|
|
},
|
|
{
|
|
code: 'edge/Resource',
|
|
name: '资源库',
|
|
owner: 'iot',
|
|
id: '7f49fcece2b291aa595a0ace3ea43ca1',
|
|
sortIndex: 2,
|
|
url: '/iot/edge/Resource',
|
|
icon: 'icon-Vector',
|
|
showPage: ['edge-operations'],
|
|
permissions: [
|
|
{
|
|
permission: 'entity-template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'entity-template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'entity-template',
|
|
actions: ['enable', 'disable'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'entity-template',
|
|
actions: ['delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'entity-template',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'setting',
|
|
name: '下发',
|
|
permissions: [
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'edge-operations',
|
|
actions: ['invoke'],
|
|
},
|
|
{
|
|
permission: 'entity-template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
|
|
// 视频中心
|
|
{
|
|
code: 'media',
|
|
name: '视频中心',
|
|
owner: 'iot',
|
|
id: 'a0ca3cb1035b1484e04344f85a688d71',
|
|
url: '/media',
|
|
icon: 'icon-shipinwangguan',
|
|
sortIndex: 2,
|
|
permissions: [],
|
|
buttons: [],
|
|
children: [
|
|
{
|
|
code: 'media/Home',
|
|
name: '首页',
|
|
owner: 'iot',
|
|
//parentId: '2',
|
|
id: 'a7693e3ccb4144fc66c4b6b7a716576b',
|
|
sortIndex: 1,
|
|
url: '/media/home',
|
|
icon: 'icon-zhihuishequ',
|
|
permissions: [],
|
|
buttons: [],
|
|
showPage: ['media-device'],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'media/DashBoard',
|
|
name: '仪表盘',
|
|
owner: 'iot',
|
|
//parentId: '2',
|
|
id: 'cc989fbfa0cd7f70f6a1154c89f2b9a4',
|
|
sortIndex: 2,
|
|
url: '/media/dashboard',
|
|
icon: 'icon-keshihua',
|
|
permissions: [
|
|
{
|
|
permission: 'media-device',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [],
|
|
showPage: ['dashboard', 'media-device'],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'media/Device',
|
|
name: '视频设备',
|
|
owner: 'iot',
|
|
//parentId: '2',
|
|
id: 'c4d640af0a00ce619a429e7d1c2d2bb8',
|
|
sortIndex: 3,
|
|
url: '/media/device',
|
|
icon: 'icon-shipinwangguan',
|
|
showPage: ['media-device'],
|
|
permissions: [
|
|
{
|
|
permission: 'media-gateway',
|
|
actions: ['enable', 'disable', 'query', 'save', 'delete'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'media-record',
|
|
actions: ['record', 'query', 'sync'],
|
|
},
|
|
{
|
|
permission: 'media-channel',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query', 'save', 'delete'],
|
|
},
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['bind', 'unbind', 'enable', 'disable', 'query', 'save', 'delete'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query', 'save', 'delete'],
|
|
},
|
|
{
|
|
permission: 'media-device',
|
|
actions: ['stop', 'ptz', 'record', 'query', 'start', 'save', 'delete'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'media-device',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'media-device',
|
|
actions: ['delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'media-device',
|
|
actions: ['stop', 'ptz', 'record', 'query', 'start', 'save'],
|
|
},
|
|
{
|
|
permission: 'media-channel',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['bind', 'unbind', 'query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
description: '',
|
|
permissions: [
|
|
{
|
|
permission: 'media-device',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'device-gateway',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "间接支持", value: "indirect" },
|
|
supportDataAccess: false,
|
|
indirectMenus: ['1b136e7e4e4e74bb24b91802e4cfcd2d']
|
|
},
|
|
{
|
|
code: 'media/SplitScreen',
|
|
name: '分屏展示',
|
|
owner: 'iot',
|
|
//parentId: '2',
|
|
id: '33ad7bae1dcb991bfe434d62fb2c72ba',
|
|
sortIndex: 4,
|
|
url: '/media/SplitScreen',
|
|
icon: 'icon-fenpingzhanshi1',
|
|
showPage: ['media-device'],
|
|
permissions: [
|
|
{
|
|
permission: 'media-channel',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'media-device',
|
|
actions: ['stop', 'ptz', 'record', 'query', 'start', 'save', 'delete'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
description: '',
|
|
permissions: [
|
|
{
|
|
permission: 'media-device',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "间接支持", value: "indirect" },
|
|
supportDataAccess: false,
|
|
indirectMenus: ['c4d640af0a00ce619a429e7d1c2d2bb8']
|
|
},
|
|
{
|
|
code: 'media/Cascade',
|
|
name: '国标级联',
|
|
owner: 'iot',
|
|
//parentId: '2',
|
|
id: '1e00baa93418f820671f24ed45db59ae',
|
|
sortIndex: 5,
|
|
url: '/media/Cascade',
|
|
icon: 'icon-guojijilian',
|
|
showPage: ['gb28181-cascade'],
|
|
permissions: [
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['bind', 'unbind', 'enable', 'disable', 'query', 'save', 'delete'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['enable', 'disable', 'query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'push',
|
|
name: '推送',
|
|
permissions: [
|
|
{
|
|
permission: 'media-channel',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'channel',
|
|
name: '选择通道',
|
|
permissions: [
|
|
{
|
|
permission: 'media-device',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'media-channel',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['bind', 'unbind', 'query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['delete'],
|
|
},
|
|
{
|
|
permission: 'media-server',
|
|
actions: ['delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'media-server',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'gb28181-cascade',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'gbCascade'
|
|
},
|
|
],
|
|
},
|
|
|
|
// 系统管理
|
|
{
|
|
code: 'system',
|
|
name: '系统管理',
|
|
owner: 'iot',
|
|
id: 'fd1670b860ae58cc58bcd01d027ccd35',
|
|
url: '/system',
|
|
icon: 'icon-xitongguanli1',
|
|
sortIndex: 3,
|
|
permissions: [],
|
|
buttons: [],
|
|
children: [
|
|
{
|
|
code: 'system/Basis',
|
|
name: '基础配置',
|
|
owner: 'iot',
|
|
//parentId: '3',
|
|
id: '96e4bd287adbe0486e2168c59450841f',
|
|
sortIndex: 1,
|
|
url: '/system/Basis',
|
|
icon: 'icon-shezhi',
|
|
showPage: ['system_config'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '保存',
|
|
permissions: [
|
|
{
|
|
permission: 'system_config',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'system/User',
|
|
name: '用户管理',
|
|
owner: 'iot',
|
|
//parentId: '3',
|
|
id: 'fe2e557bcf09a5503cbb5bebeb0b7f1c',
|
|
sortIndex: 2,
|
|
url: '/system/user',
|
|
icon: 'icon-yonghuguanli',
|
|
showPage: ['user'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query', 'save', 'update-self-info'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query', 'save', 'update-self-info', 'update-self-pwd'],
|
|
},
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'organization',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'organization',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'user'
|
|
},
|
|
{
|
|
code: 'system/Department',
|
|
name: '组织管理',
|
|
owner: 'iot',
|
|
//parentId: '3',
|
|
id: '3962ec0835f3b4a68c1f63b955625046',
|
|
sortIndex: 3,
|
|
url: '/system/Department',
|
|
icon: 'icon-bumenguanli',
|
|
showPage: ['organization'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'organization',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'assets-bind',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'bind',
|
|
name: '资产解绑',
|
|
permissions: [
|
|
{
|
|
permission: 'assets-bind',
|
|
actions: ['unbind', 'query'],
|
|
},
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'organization',
|
|
actions: ['unbind-user'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'bind-user',
|
|
name: '绑定用户',
|
|
permissions: [
|
|
{
|
|
permission: 'organization',
|
|
actions: ['unbind-user', 'query', 'bind-user'],
|
|
},
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'assets-bind',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'assert',
|
|
name: '资产分配',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-category',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'assets-bind',
|
|
actions: ['bind', 'unbind', 'query', 'permission'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'organization',
|
|
actions: ['delete'],
|
|
},
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'assets-bind',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'organization',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'assets-bind',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'organization',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-product',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'assets-bind',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'organization'
|
|
},
|
|
{
|
|
code: 'system/Role',
|
|
name: '角色管理',
|
|
owner: 'iot',
|
|
//parentId: '3',
|
|
id: '9d1e96f17649ef5e7b8e7c6bb8e7b775',
|
|
sortIndex: 4,
|
|
url: '/system/Role',
|
|
icon: 'icon-jiaoseguanli',
|
|
showPage: ['role'],
|
|
permissions: [
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'role',
|
|
actions: ['delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'role',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'menu',
|
|
actions: ['grant'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'user',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'role',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'menu',
|
|
actions: ['grant'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'role-group',
|
|
actions: ['query']
|
|
}
|
|
],
|
|
},
|
|
{
|
|
id: 'groupUpdate',
|
|
name: '角色组编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'role-group',
|
|
actions: ['query','save']
|
|
}
|
|
],
|
|
},
|
|
{
|
|
id: 'groupDelete',
|
|
name: '角色组删除',
|
|
permissions: [
|
|
{
|
|
permission: 'role-group',
|
|
actions: ['query','delete']
|
|
}
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'role'
|
|
},
|
|
{
|
|
code: 'system/Menu',
|
|
name: '菜单管理',
|
|
owner: 'iot',
|
|
//parentId: '3',
|
|
id: 'dcb6fa15da2eae8a4fdb71755edbc2bb',
|
|
sortIndex: 5,
|
|
url: '/system/Menu',
|
|
icon: 'icon-caidanguanli',
|
|
showPage: ['menu'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'menu',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'permission',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'assets-bind',
|
|
actions: ['bind', 'unbind', 'query', 'permission'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'menu',
|
|
actions: ['query', 'save', 'grant'],
|
|
},
|
|
{
|
|
permission: 'permission',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'menu',
|
|
actions: ['query', 'grant', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'assets-bind',
|
|
actions: ['bind', 'unbind', 'query', 'permission'],
|
|
},
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'menu',
|
|
actions: ['query', 'save', 'grant'],
|
|
},
|
|
{
|
|
permission: 'permission',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'system/Permission',
|
|
name: '权限管理',
|
|
owner: 'iot',
|
|
//parentId: '3',
|
|
id: 'da14fad88888dc13024e8261ff8fc2b5',
|
|
sortIndex: 6,
|
|
url: '/system/Permission',
|
|
icon: 'icon-quanxianguanli',
|
|
showPage: ['permission'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'permission',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'permission',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'export',
|
|
name: '导出',
|
|
permissions: [
|
|
{
|
|
permission: 'permission',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'import',
|
|
name: '导入',
|
|
permissions: [
|
|
{
|
|
permission: 'file',
|
|
actions: ['upload-static'],
|
|
},
|
|
{
|
|
permission: 'permission',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'permission',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'permission',
|
|
actions: ['query', 'save', 'grant'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'permission',
|
|
actions: ['query', 'save', 'grant'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'system/Relationship',
|
|
name: '关系配置',
|
|
owner: 'iot',
|
|
//parentId: '3',
|
|
id: '2fa02b8758fe82a6b9666f4ebb1bbd03',
|
|
sortIndex: 8,
|
|
url: '/system/Relationship',
|
|
icon: 'icon-shuxingpeizhi',
|
|
showPage: ['relation'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'relation',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'relation',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'relation',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'relation',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'system/DataSource',
|
|
name: '数据源管理',
|
|
owner: 'iot',
|
|
//parentId: '3',
|
|
id: 'c62a6bd5018763dae9fc0d869b6df3a2',
|
|
sortIndex: 9,
|
|
url: '/system/DataSource',
|
|
icon: 'icon-shebei',
|
|
showPage: ['datasource-config'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'manage',
|
|
name: '管理',
|
|
permissions: [
|
|
{
|
|
permission: 'datasource-config',
|
|
actions: [
|
|
'query',
|
|
'del-mongodb-collection',
|
|
'save',
|
|
'rdb-ddl',
|
|
'create-mongodb-collection',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'datasource-config',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启用/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'datasource-config',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'datasource-config',
|
|
actions: [
|
|
'query',
|
|
'del-mongodb-collection',
|
|
'save',
|
|
'rdb-ddl',
|
|
'create-mongodb-collection',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'datasource-config',
|
|
actions: [
|
|
'query',
|
|
'del-mongodb-collection',
|
|
'save',
|
|
'rdb-ddl',
|
|
'create-mongodb-collection',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'datasource'
|
|
},
|
|
{
|
|
code: 'system/Platforms/Setting',
|
|
name: 'API配置',
|
|
owner: 'iot',
|
|
//parentId: '3',
|
|
id: '8750142230773cde42a4e28efa7f84d5',
|
|
sortIndex: 10,
|
|
url: '/system/Api',
|
|
icon: 'icon-chakanAPI',
|
|
showPage: ['open-api'],
|
|
permissions: [
|
|
{
|
|
permission: 'open-api',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'application',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'open-api',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'application',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'open-api',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'system/Apply',
|
|
name: '应用管理',
|
|
owner: 'iot',
|
|
//parentId: '3',
|
|
id: 'e0640f9621c21078cad62d5646a5579d',
|
|
sortIndex: 11,
|
|
url: '/system/Apply',
|
|
icon: 'icon-yingyongguanli',
|
|
showPage: ['application'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'application',
|
|
actions: ['query', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'menu',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'application',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'open-api',
|
|
actions: ['query', 'save', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'menu',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'application',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'open-api',
|
|
actions: ['query', 'save', 'delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'application',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'application',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'system/NoticeRule',
|
|
name: '订阅管理',
|
|
owner: 'iot',
|
|
id: '522f790d4422a608d491bc9e2fa12b4e',
|
|
sortIndex: 12,
|
|
url: '/system/NoticeRule',
|
|
icon: 'CopyOutlined',
|
|
showPage: ['notify-channel'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'notify-channel',
|
|
actions: ['save', 'delete'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'notify-channel',
|
|
actions: ['save'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'notify-channel',
|
|
actions: ['save', 'query'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'role',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'notify-channel',
|
|
actions: ['save'],
|
|
},
|
|
{
|
|
permission: 'notifier',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'template',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'system/Dictionary',
|
|
name: '数据字典',
|
|
owner: 'iot',
|
|
id: 'b69782873cc24be8165c6ad292359092',
|
|
sortIndex: 12,
|
|
url: '/system/Dictionary',
|
|
icon: 'FormOutlined',
|
|
showPage: ['dictionary'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: "add",
|
|
name: "新增",
|
|
permissions: [
|
|
{
|
|
permission: "dictionary",
|
|
actions: [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "delete",
|
|
name: "删除",
|
|
permissions: [
|
|
{
|
|
permission: "dictionary",
|
|
actions: [
|
|
"delete"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "update",
|
|
name: "编辑",
|
|
permissions: [
|
|
{
|
|
permission: "dictionary",
|
|
actions: [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "import",
|
|
name: "导入",
|
|
permissions: [
|
|
{
|
|
permission: "dictionary",
|
|
actions: [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "down",
|
|
name: "下载",
|
|
permissions: [
|
|
{
|
|
permission: "dictionary",
|
|
actions: [
|
|
"query"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "action",
|
|
name: "启用/禁用",
|
|
permissions: [
|
|
{
|
|
permission: "dictionary",
|
|
actions: [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
{
|
|
code: 'system/Region',
|
|
name: '地区管理',
|
|
owner: 'iot',
|
|
id: 'b69782873cc24be8165c6ad29233333',
|
|
sortIndex: 12,
|
|
url: '/system/region',
|
|
icon: 'FormOutlined',
|
|
showPage: ['area'],
|
|
permissions: [],
|
|
buttons: [
|
|
{
|
|
id: "add",
|
|
name: "新增",
|
|
permissions: [
|
|
{
|
|
permission: "area",
|
|
actions: [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "delete",
|
|
name: "删除",
|
|
permissions: [
|
|
{
|
|
permission: "area",
|
|
actions: [
|
|
"delete"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "update",
|
|
name: "编辑",
|
|
permissions: [
|
|
{
|
|
permission: "area",
|
|
actions: [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
// {
|
|
// code: 'system/License',
|
|
// name: 'License管理',
|
|
// owner: 'iot',
|
|
// //parentId: '3',
|
|
// id: '3-12',
|
|
// sortIndex: 12,
|
|
// url: '/system/License',
|
|
// icon: 'icon-zidingyiguize',
|
|
// showPage: ['license'],
|
|
// permissions: [
|
|
// {
|
|
// permission: 'license',
|
|
// actions: ['query', 'save'],
|
|
// },
|
|
// ],
|
|
// buttons: [
|
|
// {
|
|
// id: 'update',
|
|
// name: '编辑',
|
|
// description: null,
|
|
// permissions: [
|
|
// {
|
|
// permission: 'license',
|
|
// actions: ['query', 'save'],
|
|
// },
|
|
// ],
|
|
// options: null,
|
|
// },
|
|
//
|
|
// {
|
|
// id: 'view',
|
|
// name: '查看',
|
|
// description: null,
|
|
// permissions: [
|
|
// {
|
|
// permission: 'license"',
|
|
// actions: ['query'],
|
|
// },
|
|
// ],
|
|
// options: null,
|
|
// },
|
|
// ],
|
|
// },
|
|
],
|
|
},
|
|
//物联卡
|
|
{
|
|
path: '5Hpl',
|
|
id: '76d77b275aa60553e9ea1cb40677e9c2',
|
|
sortIndex: 4,
|
|
level: 1,
|
|
owner: 'iot',
|
|
name: '物联卡',
|
|
code: 'iot-card',
|
|
url: '/iot-card',
|
|
icon: 'icon-wulianka',
|
|
permissions: [],
|
|
children: [
|
|
{
|
|
path: '5Hpl-mghg',
|
|
sortIndex: 1,
|
|
level: 1,
|
|
id: '899d4880929c3a8fc02068351f55316b',
|
|
owner: 'iot',
|
|
name: '首页',
|
|
code: 'iot-card/Home',
|
|
url: '/iot-card/Home',
|
|
icon: 'icon-zhihuishequ',
|
|
status: 1,
|
|
showPage: ['network-flow', 'network-card'],
|
|
permissions: [
|
|
{
|
|
permission: 'network-flow',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
accessSupport: { text: "间接支持", value: "indirect" },
|
|
supportDataAccess: false,
|
|
indirectMenus: ['1deaa9efc0fc37a8e8e81fa9d6540bc3']
|
|
},
|
|
{
|
|
path: '5Hpl-4VFS',
|
|
sortIndex: 2,
|
|
level: 1,
|
|
id: 'f2ea1793896fa5ecc816e975e07d4edb',
|
|
owner: 'iot',
|
|
name: '仪表盘',
|
|
code: 'iot-card/Dashboard',
|
|
url: '/iot-card/Dashboard',
|
|
icon: 'icon-keshihua',
|
|
showPage: ['network-flow'],
|
|
permissions: [{ permission: 'network-flow', actions: ['query'] }],
|
|
accessSupport: { text: "间接支持", value: "indirect" },
|
|
supportDataAccess: false,
|
|
indirectMenus: ['1deaa9efc0fc37a8e8e81fa9d6540bc3']
|
|
},
|
|
{
|
|
path: '5Hpl-O2m8',
|
|
sortIndex: 3,
|
|
level: 2,
|
|
id: '1deaa9efc0fc37a8e8e81fa9d6540bc3',
|
|
owner: 'iot',
|
|
name: '物联卡管理',
|
|
code: 'iot-card/CardManagement',
|
|
url: '/iot-card/CardManagement',
|
|
icon: 'icon-wuliankaguanli',
|
|
status: 1,
|
|
showPage: ['network-card'],
|
|
permissions: [
|
|
{
|
|
permission: 'platform',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['query'],
|
|
},
|
|
{
|
|
permission: 'network-flow',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'sync',
|
|
name: '同步',
|
|
permissions: [
|
|
{
|
|
permission: 'IotCard-management',
|
|
actions: ['sync'],
|
|
},
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'import',
|
|
name: '导入',
|
|
permissions: [
|
|
{
|
|
permission: 'IotCard-management',
|
|
actions: ['import'],
|
|
},
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'export',
|
|
name: '导出',
|
|
permissions: [
|
|
{
|
|
permission: 'IotCard-management',
|
|
actions: ['export'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'IotCard-management',
|
|
actions: ['delete'],
|
|
},
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'active',
|
|
name: '激活',
|
|
permissions: [
|
|
{
|
|
permission: 'IotCard-management',
|
|
actions: ['active'],
|
|
},
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'bind',
|
|
name: '绑定',
|
|
permissions: [
|
|
{
|
|
permission: 'IotCard-management',
|
|
actions: ['action'],
|
|
},
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['save'],
|
|
},
|
|
{
|
|
permission: 'device-instance',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'IotCard-management',
|
|
actions: ['save'],
|
|
},
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'IotCard-management',
|
|
actions: ['save'],
|
|
},
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'IotCard-management',
|
|
actions: ['save'],
|
|
},
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'IotCard-management',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'networkCard'
|
|
},
|
|
{
|
|
path: '5Hpl-ZjAG',
|
|
sortIndex: 4,
|
|
level: 2,
|
|
id: 'e332ab7c3837fe08b86a6e4f16dd1dcc',
|
|
owner: 'iot',
|
|
name: '充值管理',
|
|
showPage: ['network-card'],
|
|
code: 'iot-card/Recharge',
|
|
url: '/iot-card/Recharge',
|
|
icon: 'icon-chongzhiguanli',
|
|
status: 1,
|
|
permissions: [
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['query', 'save'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'pay',
|
|
name: '充值',
|
|
permissions: [
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['query', 'save'],
|
|
},
|
|
{
|
|
permission: 'platform',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "间接支持", value: "indirect" },
|
|
supportDataAccess: false,
|
|
indirectMenus: ['febd4c4b452ece6bb1d760c25b37b75f']
|
|
},
|
|
{
|
|
path: '5Hpl-eS9h',
|
|
sortIndex: 5,
|
|
level: 2,
|
|
id: 'febd4c4b452ece6bb1d760c25b37b75f',
|
|
owner: 'iot',
|
|
name: '平台接入',
|
|
code: 'iot-card/Platform',
|
|
url: '/iot-card/Platform',
|
|
icon: 'icon-pingtaiduijie',
|
|
status: 1,
|
|
showPage: ['platform'],
|
|
permissions: [
|
|
{
|
|
permission: 'platform',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
buttons: [
|
|
{
|
|
id: 'action',
|
|
name: '启/禁用',
|
|
permissions: [
|
|
{
|
|
permission: 'platform',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'delete',
|
|
name: '删除',
|
|
permissions: [
|
|
{
|
|
permission: 'platform',
|
|
actions: ['delete'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'update',
|
|
name: '编辑',
|
|
permissions: [
|
|
{
|
|
permission: 'platform',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'add',
|
|
name: '新增',
|
|
permissions: [
|
|
{
|
|
permission: 'platform',
|
|
actions: ['save'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 'view',
|
|
name: '查看',
|
|
permissions: [
|
|
{
|
|
permission: 'platform',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
accessSupport: { text: "支持", value: "support" },
|
|
supportDataAccess: true,
|
|
assetType: 'networkCardPlatform'
|
|
},
|
|
{
|
|
path: '5Hpl-cL34',
|
|
sortIndex: 6,
|
|
level: 1,
|
|
id: 'c4dfe00c4d7ecfd327eaeb278546502e',
|
|
owner: 'iot',
|
|
name: '操作记录',
|
|
code: 'iot-card/Record',
|
|
url: '/iot-card/Record',
|
|
icon: 'icon-tongzhijilu',
|
|
status: 1,
|
|
showPage: ['network-card'],
|
|
permissions: [
|
|
{
|
|
permission: 'network-card',
|
|
actions: ['query'],
|
|
},
|
|
],
|
|
accessSupport: { text: "不支持", value: "unsupported" },
|
|
supportDataAccess: false
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"path": "3n23",
|
|
"sortIndex": 5,
|
|
"level": 1,
|
|
"owner": "iot",
|
|
"name": "WEB IDE",
|
|
"code": "web_ide",
|
|
"url": "/web_ide",
|
|
"icon": "MenuUnfoldOutlined",
|
|
showPage: ["low-code-info", "low-code-editor"],
|
|
"options": {
|
|
isShow: false,
|
|
},
|
|
"accessSupport": {
|
|
"text": "不支持",
|
|
"value": "unsupported"
|
|
},
|
|
"indirectMenus": [],
|
|
permissions: [
|
|
{
|
|
"permission": "low-code-info",
|
|
"actions": [
|
|
"add", "query", "save", "delete"
|
|
]
|
|
},
|
|
{
|
|
"permission": "low-code-editor",
|
|
"actions": [
|
|
"query", "deploy"
|
|
]
|
|
}
|
|
],
|
|
"creatorId": "1199596756811550720",
|
|
"createTime": 1698735482730,
|
|
"supportDataAccess": false
|
|
},
|
|
{
|
|
"path": "4FgE",
|
|
"sortIndex": 6,
|
|
"level": 1,
|
|
"owner": "iot",
|
|
"name": "工作流",
|
|
"code": "workflow",
|
|
"url": "/workflow",
|
|
"icon": "MenuUnfoldOutlined",
|
|
showPage: ["process-form","process-deployment", "process-runtime"],
|
|
"options": {
|
|
isShow: false,
|
|
},
|
|
"accessSupport": {
|
|
"text": "不支持",
|
|
"value": "unsupported"
|
|
},
|
|
"indirectMenus": [],
|
|
permissions: [
|
|
{
|
|
"permission": "low-code-info",
|
|
"actions": [
|
|
"query"
|
|
]
|
|
},
|
|
{
|
|
"permission": "process-runtime",
|
|
"actions": [
|
|
"reject",
|
|
"start",
|
|
"self",
|
|
"claim",
|
|
"complete",
|
|
"createAndStart",
|
|
"repeal"
|
|
]
|
|
}
|
|
],
|
|
"buttons": [
|
|
{
|
|
"id": "form_query",
|
|
"name": "表单-查询",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-form",
|
|
"actions": [
|
|
"query"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "form_save",
|
|
"name": "表单-新增",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-form",
|
|
"actions": [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "form_delete",
|
|
"name": "表单-删除",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-form",
|
|
"actions": [
|
|
"delete"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"id": "form_update",
|
|
"name": "表单-编辑",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-form",
|
|
"actions": [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "model_query",
|
|
"name": "模型-查询",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-definition",
|
|
"actions": [
|
|
"query"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "model_deploy",
|
|
"name": "模型-部署",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-definition",
|
|
"actions": [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "model_add",
|
|
"name": "模型-新增",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-definition",
|
|
"actions": [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "model_update",
|
|
"name": "模型-编辑",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-definition",
|
|
"actions": [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "model_save",
|
|
"name": "模型-保存",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-definition",
|
|
"actions": [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "model_delete",
|
|
"name": "模型-删除",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-definition",
|
|
"actions": [
|
|
"delete"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "release_query",
|
|
"name": "实例-查询",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-deployment",
|
|
"actions": [
|
|
"query"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "release_action",
|
|
"name": "实例-启/禁用",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-deployment",
|
|
"actions": [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "release_auth",
|
|
"name": "实例-权限控制",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-deployment",
|
|
"actions": [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "release_copy",
|
|
"name": "实例-复制",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-deployment",
|
|
"actions": [
|
|
"save"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "release_delete",
|
|
"name": "实例-删除",
|
|
"permissions": [
|
|
{
|
|
"permission": "process-deployment",
|
|
"actions": [
|
|
"delete"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"creatorId": "1199596756811550720",
|
|
"createTime": 1698735482730,
|
|
"supportDataAccess": false
|
|
},
|
|
|
|
];
|