From fa534c22f2663516dfe4e65fd3c9f32c89b30499 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: Tue, 1 Dec 2020 20:34:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20menu=20=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=20Id=20=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/data/menu.json | 4 ++-- config/pear.config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/data/menu.json b/admin/data/menu.json index eb5fb72..e02e1a9 100644 --- a/admin/data/menu.json +++ b/admin/data/menu.json @@ -157,12 +157,12 @@ "href": "view/document/popup.html" }] },{ - "id": 601, + "id": 60331, "title": "高级组件", "icon": "layui-icon layui-icon-console", "type": 0, "children": [{ - "id": 6011, + "id": 60131, "title": "多选项卡", "icon": "layui-icon layui-icon-face-cry", "type": 1, diff --git a/config/pear.config.json b/config/pear.config.json index 807f67b..a6ad068 100644 --- a/config/pear.config.json +++ b/config/pear.config.json @@ -6,7 +6,7 @@ "menu": { "data": "admin/data/menu.json", "accordion": true, - "control": true, + "control": false, "select": "10", "async": true },