From cae99395cc6ce75e953d24faba8979510ce5e589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= Date: Sat, 18 Oct 2025 10:06:37 +0800 Subject: [PATCH] 1 --- public/static/admin/js/mall/order.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/admin/js/mall/order.js b/public/static/admin/js/mall/order.js index 712a43f..42fd2e0 100644 --- a/public/static/admin/js/mall/order.js +++ b/public/static/admin/js/mall/order.js @@ -138,7 +138,7 @@ define(["jquery", "easy-admin"], function ($, ea) { } catch (e) { console.warn('清理缓存失败', e); } - }, 1 * 60 * 1000); + }, 10 * 60 * 1000); // 5分钟 = 300000ms ea.listen(); },