From 15f39611cf12327518149cc0feb5a0575c68cf8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Mon, 28 Jun 2021 03:04:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=9B=AE=E5=BD=95=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E6=97=B6=EF=BC=8C=E5=B1=95=E5=BC=80=E5=8D=A1=E9=A1=BF?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/data/menu.json | 8 ++++++++ component/pear/module/menu.js | 2 +- view/document/treetable.html | 17 +---------------- view/system/power.html | 1 - 4 files changed, 10 insertions(+), 18 deletions(-) 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 @@
- +
- -
- -
- -
- -