diff --git a/mes/src/main/resources/static/js/layuimodule/sp/spLayui.js b/mes/src/main/resources/static/js/layuimodule/sp/spLayui.js index a8b9f0c..0d3a99b 100644 --- a/mes/src/main/resources/static/js/layuimodule/sp/spLayui.js +++ b/mes/src/main/resources/static/js/layuimodule/sp/spLayui.js @@ -155,7 +155,7 @@ layui.define(["element", "jquery"], function (exports) { html += ' ' + childMenu.name + ''; html = buildChildHtml(html, childMenu.children, menuParameId); } else { - html += ' ' + childMenu.name + '\n'; + html += ' ' + childMenu.name + '\n'; menuParameId++; window.menuParameId = menuParameId; } @@ -166,7 +166,7 @@ layui.define(["element", "jquery"], function (exports) { }; leftMenuHtml = buildChildHtml(leftMenuHtml, menu.children, menuParameId); } else { - leftMenuHtml += ' ' + menu.name + '\n'; + leftMenuHtml += ' ' + menu.name + '\n'; menuParameId++; } leftMenuHtml += '\n';