From 29e487fc68fe6a3bb0e71982c5473ed377d8c232 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Wed, 3 Apr 2024 18:01:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/menu.js b/src/api/system/menu.js index f6415c65..87af6c31 100644 --- a/src/api/system/menu.js +++ b/src/api/system/menu.js @@ -57,4 +57,4 @@ export function delMenu(menuId) { url: '/system/menu/' + menuId, method: 'delete' }) -} \ No newline at end of file +}