From e92a51c3ac9816ebc0bde0ec6dd07c8be6541816 Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期五, 03 一月 2025 18:17:25 +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.10.0