diff --git a/admin/data/menu.json b/admin/data/menu.json index 176a770..f6fbfff 100644 --- a/admin/data/menu.json +++ b/admin/data/menu.json @@ -405,5 +405,13 @@ "openType": "_iframe", "href": "component/code/index.html" }] + }, + { + "id": "space", + "title": "空白目录", + "icon": "layui-icon layui-icon-util", + "type": 0, + "href": "", + "children": [] } ] diff --git a/component/pear/module/menu.js b/component/pear/module/menu.js index 2b8ac30..125a566 100644 --- a/component/pear/module/menu.js +++ b/component/pear/module/menu.js @@ -353,7 +353,7 @@ layui.define(['table', 'jquery', 'element'], function(exports) { }); // 封 装 } else { - content += '
无 内 容
'; + content += '
目录为空
'; } content += ''; return content; diff --git a/view/document/treetable.html b/view/document/treetable.html index 2d0b8e2..2678054 100644 --- a/view/document/treetable.html +++ b/view/document/treetable.html @@ -12,23 +12,8 @@
- +
- -
- -
- -
- -