From eb635360fde01f6a3c34d485e979e4724aa22b16 Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期二, 07 一月 2025 15:57:37 +0800 Subject: [PATCH] 菜单配置文件调整 --- Source/plt-web/plt-web-parent/plt-web/src/main/resources/menuConfig.json | 65 ++++++++------------------------ 1 files changed, 17 insertions(+), 48 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/resources/menuConfig.json b/Source/plt-web/plt-web-parent/plt-web/src/main/resources/menuConfig.json index 29a49d0..e9bf5b2 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/resources/menuConfig.json +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/resources/menuConfig.json @@ -21,22 +21,6 @@ { "hasChildren": true, "children": [], - "id": "business", - "name": "涓氬姟鍔熻兘妯″潡", - "parentId": "VCIBaseTreeNode", - "code": "business", - "alias": "model", - "category": "0", - "meta": { - "keepAlive": false - }, - "sort": 3, - "soruce": "", - "path": "views/systemModel/businessModel/index" - }, - { - "hasChildren": true, - "children": [], "id": "operateNode", "name": "鎿嶄綔绫诲瀷绠$悊", "parentId": "VCIBaseTreeNode", @@ -49,38 +33,6 @@ "sort": 4, "soruce": "", "path": "views/systemModel/operateType/index" - }, - { - "hasChildren": false, - "children": [], - "id": "sysOptionNode", - "name": "绯荤粺閰嶇疆", - "parentId": "VCIBaseTreeNode", - "code": "sysOptionNode", - "alias": "sysOption", - "category": "0", - "meta": { - "keepAlive": false - }, - "sort": 5, - "soruce": "", - "path": "views/systemModel/systemConfig/index" - }, - { - "hasChildren": false, - "children": [], - "id": "sysMonitorNode", - "name": "绯荤粺杩愯鐩戞帶", - "parentId": "VCIBaseTreeNode", - "code": "sysMonitorNode", - "alias": "sysMonitor", - "category": "0", - "meta": { - "keepAlive": false - }, - "sort": 5, - "soruce": "", - "path": "views/systemModel/systemMonitor/index" } ], "id": "VCIBaseTreeNode", @@ -113,6 +65,23 @@ "soruce": "", "path": "views/systemModel/mangeModel/index" }, + "modelManagmentNode": { + "hasChildren": true, + "children": [], + "childType": -1, + "id": "business", + "name": "涓氬姟鍔熻兘妯″潡", + "parentId": "VCIBaseTreeNode", + "code": "business", + "alias": "model", + "category": "0", + "meta": { + "keepAlive": false + }, + "sort": 3, + "soruce": "", + "path": "views/systemModel/businessModel/index" + }, "operateNode": { "hasChildren": true, "children": [], -- Gitblit v1.9.3