From a4d039cee6e2943eb025717a8fe69b4c992797a5 Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期一, 30 十二月 2024 11:14:11 +0800 Subject: [PATCH] 整合代码 添加系统菜单默认图标 --- Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java | 4 ++-- 1 files changed, 2 insertions(+), 2 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 53cce83..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 @@ -31,7 +31,7 @@ import com.vci.client.framework.rightConfig.modelConfig.ModuleConfigMainPanel; import com.vci.client.framework.rightConfig.object.FunctionObject; import com.vci.client.framework.util.RightControlUtil; -import com.vci.client.ui.image.bundle.BundleImage; +import com.vci.client.ui.image.BundleImage; import com.vci.client.ui.swing.VCISwingUtil; import com.vci.client.ui.swing.components.VCIJLabel; import com.vci.client.ui.swing.components.VCIJMenuBar; @@ -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