From 99e3c97bbd971baa86d50f8969d60411c53c2d0b Mon Sep 17 00:00:00 2001 From: ludc <ludc@vci-tech.com> Date: 星期一, 06 一月 2025 11:24:57 +0800 Subject: [PATCH] 菜单返回参数调整,系统模块配置菜单去掉操作模块 --- Source/plt-web/plt-web-parent/plt-web/src/main/resources/menuConfig.json | 17 ----------------- 1 files changed, 0 insertions(+), 17 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 bf727e3..29a49d0 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 @@ -113,23 +113,6 @@ "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