Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
88f86c59
Commit
88f86c59
authored
Aug 22, 2021
by
季圣华
Browse files
功能模块优化
parent
3213ffca
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/controller/FunctionController.java
View file @
88f86c59
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment