From 88f86c5932a1941ca2b42e4db399d6c4b5d5b10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 22 Aug 2021 17:55:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=A8=A1=E5=9D=97=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/jsh/erp/controller/FunctionController.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jshERP-boot/src/main/java/com/jsh/erp/controller/FunctionController.java b/jshERP-boot/src/main/java/com/jsh/erp/controller/FunctionController.java index 7b1e4585..fc8c3c5b 100644 --- a/jshERP-boot/src/main/java/com/jsh/erp/controller/FunctionController.java +++ b/jshERP-boot/src/main/java/com/jsh/erp/controller/FunctionController.java @@ -88,11 +88,6 @@ public class FunctionController { item.put("text", function.getName()); item.put("icon", function.getIcon()); item.put("url", function.getUrl()); - //if (Tools.isPluginUrl(function.getUrl())) { - // item.put("path", Tools.md5Encryp(function.getUrl())); - //} else { - // item.put("path", function.getUrl()); - //} item.put("component", function.getComponent()); if (newList.size()>0) { JSONArray childrenArr = getMenuByFunction(newList, fc);