From bede29fa5131e3d89c26d03ed91253972d382570 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Thu, 25 Oct 2018 10:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC=EF=BC=9ALo?= =?UTF-8?q?ngbow.Cache=E7=BB=84=E4=BB=B6=E7=A7=BB=E9=99=A4Clear=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E7=AC=A6=EF=BC=8C=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8?= =?UTF-8?q?cacheKey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/js/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/js/settings.js b/Bootstrap.Admin/wwwroot/js/settings.js index aa35a8e9..79c4416a 100644 --- a/Bootstrap.Admin/wwwroot/js/settings.js +++ b/Bootstrap.Admin/wwwroot/js/settings.js @@ -53,7 +53,7 @@ callback: function (urls) { if (urls && $.isArray(urls)) { $.each(urls, function (index, item) { - if (options.clear) options.url = item.Url + "?clear=clear"; + if (options.clear) options.url = item.Url + "?cacheKey=*"; else options.url = item.Url; $.bc({ url: options.url,