From f6cc40fd9674b4cf4f20be3ba7f6c7ed982a121d Mon Sep 17 00:00:00 2001 From: iamckun Date: Mon, 5 Aug 2024 23:50:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/history.php b/app/history.php index 36db6f8..9d103ff 100644 --- a/app/history.php +++ b/app/history.php @@ -38,7 +38,7 @@ include_once __DIR__ . "/header.php"; $('.Remove').on('click', function() { let Remove = $('.Remove').attr("id"); - $.zui.store.remove(Remove); // 删除指定存储条目 + $.zui.store.get("easy-image-history").remove(Remove); // 删除指定存储条目 new $.zui.Messager('已删除 ' + Remove + ' 上传记录', { type: "success", // 定义颜色主题