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 |   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