From 4e9ff2ce6a830bb2340d7c8612c72eea0c5a553e Mon Sep 17 00:00:00 2001
From: dangsn <dangsn@vci-tech.com>
Date: 星期四, 26 十二月 2024 10:48:04 +0800
Subject: [PATCH] 调整功能菜单的parentId值。

---
 Source/plt-web/plt-web-parent/plt-web/src/main/resources/menuConfig.json |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 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..bf727e3 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": {
@@ -21,10 +21,10 @@
       {
         "hasChildren": true,
         "children": [],
-        "id": "modelManagmentNode",
+        "id": "business",
         "name": "涓氬姟鍔熻兘妯″潡",
         "parentId": "VCIBaseTreeNode",
-        "code": "modelManagmentNode",
+        "code": "business",
         "alias": "model",
         "category": "0",
         "meta": {
@@ -85,7 +85,7 @@
     ],
     "id": "VCIBaseTreeNode",
     "name": "绯荤粺妯″潡閰嶇疆",
-    "parentId": "systemManagmentNode",
+    "parentId": "system",
     "code": "rootNode",
     "alias": "root",
     "category": "0",
@@ -100,10 +100,10 @@
     "hasChildren": true,
     "children": [],
     "childType": -1,
-    "id": "systemManagmentNode",
+    "id": "system",
     "name": "绠$悊鍔熻兘妯″潡",
     "parentId": "VCIBaseTreeNode",
-    "code": "systemManagmentNode",
+    "code": "system",
     "alias": "system",
     "category": "0",
     "meta": {
@@ -117,10 +117,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