From 972b6498eee0f63c54f3964d7143589647bf30dd Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期二, 07 一月 2025 17:26:30 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/plt-web/plt-web-parent/plt-web/src/main/resources/menuConfig.json | 62 +++--------------------------- 1 files changed, 7 insertions(+), 55 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 3776823..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 @@ -5,10 +5,10 @@ { "hasChildren": true, "children": [], - "id": "systemManagmentNode", + "id": "system", "name": "绠$悊鍔熻兘妯″潡", "parentId": "VCIBaseTreeNode", - "code": "systemManagmentNode", + "code": "system", "alias": "system", "category": "0", "meta": { @@ -17,22 +17,6 @@ "sort": 2, "soruce": "", "path": "views/systemModel/mangeModel/index" - }, - { - "hasChildren": true, - "children": [], - "id": "modelManagmentNode", - "name": "涓氬姟鍔熻兘妯″潡", - "parentId": "VCIBaseTreeNode", - "code": "modelManagmentNode", - "alias": "model", - "category": "0", - "meta": { - "keepAlive": false - }, - "sort": 3, - "soruce": "", - "path": "views/systemModel/businessModel/index" }, { "hasChildren": true, @@ -49,43 +33,11 @@ "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", "name": "绯荤粺妯″潡閰嶇疆", - "parentId": "systemManagmentNode", + "parentId": "system", "code": "rootNode", "alias": "root", "category": "0", @@ -100,10 +52,10 @@ "hasChildren": true, "children": [], "childType": -1, - "id": "systemManagmentNode", + "id": "system", "name": "绠$悊鍔熻兘妯″潡", "parentId": "VCIBaseTreeNode", - "code": "systemManagmentNode", + "code": "system", "alias": "system", "category": "0", "meta": { @@ -117,10 +69,10 @@ "hasChildren": true, "children": [], "childType": -1, - "id": "modelManagmentNode", + "id": "business", "name": "涓氬姟鍔熻兘妯″潡", "parentId": "VCIBaseTreeNode", - "code": "modelManagmentNode", + "code": "business", "alias": "model", "category": "0", "meta": { -- Gitblit v1.9.3