From a4d039cee6e2943eb025717a8fe69b4c992797a5 Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期一, 30 十二月 2024 11:14:11 +0800 Subject: [PATCH] 整合代码 添加系统菜单默认图标 --- 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