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