fix: 优化初始化菜单配置
This commit is contained in:
parent
e1e1ed4a27
commit
09704d42a9
|
@ -4593,16 +4593,15 @@ export default [
|
|||
],
|
||||
},
|
||||
{
|
||||
"id": "50a4a0582cc8b93590475efc96ffa86e",
|
||||
"path": "3nkE",
|
||||
"path": "3n23",
|
||||
"sortIndex": 5,
|
||||
"level": 1,
|
||||
"owner": "iot",
|
||||
"name": "低码菜单",
|
||||
"code": "code",
|
||||
"url": "/code",
|
||||
"name": "WEB IDE",
|
||||
"code": "web_ide",
|
||||
"url": "/web_ide",
|
||||
"icon": "MenuUnfoldOutlined",
|
||||
showPage: ["low-code-editor","process-deployment", "low-code-info"],
|
||||
showPage: ["low-code-info", "low-code-editor"],
|
||||
"options": {
|
||||
isShow: false,
|
||||
},
|
||||
|
@ -4625,6 +4624,36 @@ export default [
|
|||
]
|
||||
}
|
||||
],
|
||||
"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"],
|
||||
"options": {
|
||||
isShow: false,
|
||||
},
|
||||
"accessSupport": {
|
||||
"text": "不支持",
|
||||
"value": "unsupported"
|
||||
},
|
||||
"indirectMenus": [],
|
||||
permissions: [
|
||||
{
|
||||
"permission": "low-code-info",
|
||||
"actions": [
|
||||
"query",
|
||||
]
|
||||
},
|
||||
],
|
||||
"buttons": [
|
||||
{
|
||||
"id": "form_query",
|
||||
|
|
Loading…
Reference in New Issue