Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要求,我需要根据特定条件停止用户从 ICN 注销,即如果用户在自定义插件的特定页面上然后单击注销,我需要停止注销事件并提醒用户。尝试使用桌面 onLogout 事件并能够发出警报,但无法阻止 icn 被注销。请帮忙。
desktop.onLogout 确实仅在注销后触发。
ecm.widget.layout.CommonActionsHandler#actionLogOut 是您正在寻找的。
使用 aspect.around 将使您能够提醒、取消和推迟实际操作。
相关jsdoc: https ://www.ibm.com/support/knowledgecenter/en/SSEUEX_2.0.1/com.ibm.developingeuc.doc/doc/JavaScriptdoc/symbols/ecm.widget.layout.CommonActionsHandler.html#actionLogOut