From 02ba323ec32a8e3cf9423e2b749864ebdec40249 Mon Sep 17 00:00:00 2001 From: g1471 <1060853566@qq.com> Date: Thu, 29 Aug 2024 13:35:17 +0800 Subject: [PATCH] Update menus.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决报错方式之一 --- application/cms/menus.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/application/cms/menus.php b/application/cms/menus.php index fc2f6508..130a8f88 100644 --- a/application/cms/menus.php +++ b/application/cms/menus.php @@ -197,6 +197,15 @@ 'online_hide' => 0, 'sort' => 100, ], + [ + 'title' => '启用', + 'icon' => '', + 'url_type' => 'module_admin', + 'url_value' => 'cms/recycle/enable', + 'url_target' => '_self', + 'online_hide' => 0, + 'sort' => 100, + ], ], ], ],