From 299968bd321e12d5363f0bdd6f46c37287f9e139 Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期一, 13 一月 2025 15:54:41 +0800 Subject: [PATCH] 修改部分bug以及整合代码 --- Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java b/Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java index 6f41c7f..38480f4 100644 --- a/Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java +++ b/Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java @@ -118,7 +118,7 @@ } /**鑾峰彇褰撳墠鐢ㄦ埛鐪嬪埌鐨勭涓�绾ц妭鐐规ā鍧�**/ - FunctionObject[] funcObjs = RightControlUtil.getFunctionsByRight("modelManagmentNode", userName); + FunctionObject[] funcObjs = RightControlUtil.getFunctionsByRight("business", userName); for(int i = 0;i<funcObjs.length;i++){ VCIModuleMainPanel mailPanel = new VCIModuleMainPanel(funcObjs[i]); moduleListMap.put(index, mailPanel); -- Gitblit v1.9.3