新增注释。优化logo 加载异常
parent
6f3a3d8f87
commit
d6260f1906
|
@ -62,7 +62,7 @@ public class SysMenuServiceImpl extends ServiceImpl<SysMenuMapper, SysMenu> impl
|
|||
|
||||
Map<String, String> logoInfo = new HashMap<>(4);
|
||||
logoInfo.put("name", "黑科制造MES");
|
||||
logoInfo.put("image", "image/logo.png");
|
||||
logoInfo.put("image", "/image/logo.png");
|
||||
logoInfo.put("url", "");
|
||||
|
||||
Map<String, Object> menuInfo = new LinkedHashMap<>(8);
|
||||
|
|
|
@ -110,7 +110,9 @@
|
|||
form = layui.form;
|
||||
|
||||
spLayui.init('${request.contextPath}/admin/list/index/menu/tree');
|
||||
|
||||
/**
|
||||
* 搜索后重新绘制菜单
|
||||
*/
|
||||
form.on('submit(js-search-filter)', function (data) {
|
||||
|
||||
if (data.field.search) {
|
||||
|
|
Loading…
Reference in New Issue