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 += '';
html = buildChildHtml(html, childMenu.children, menuParameId);
} else {
- html += '\n';
+ html += '\n';
menuParameId++;
window.menuParameId = menuParameId;
}
@@ -166,7 +166,7 @@ layui.define(["element", "jquery"], function (exports) {
};
leftMenuHtml = buildChildHtml(leftMenuHtml, menu.children, menuParameId);
} else {
- leftMenuHtml += '\n';
+ leftMenuHtml += '\n';
menuParameId++;
}
leftMenuHtml += '\n';