修改节点名称

This commit is contained in:
zhal 2022-07-10 14:58:19 +08:00
parent a403dfd401
commit b1e77990d5

View File

@ -1246,7 +1246,11 @@ public class PALRepositoryQueryAPIManager {
JSONObject jsonObject = new JSONObject();
jsonObject.put("id", method);
String name = I18nRes.findValue(CoEConstant.APP_ID, method);
if(name.equals("流程")){
name="流程制度";
}
jsonObject.put("name", name);
jsonObject.put("icon", "../apps/" + CoEConstant.APP_ID + "/img/method/" + method + ".png");
jsonObject.put("menu", false);
jsonObject.put("url", "./w?sid=" + context.getSessionId() + "&cmd=com.actionsoft.apps.coe.pal_pl_repository_portal_page&ruuid=" + method + "&type=0&wsid=" + wsId);