From a1166693e42e0d69d2b0e2fe5e6cc3092ba9979a Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Tue, 8 Dec 2020 15:40:24 +0800 Subject: [PATCH] not encode --- application/views/cache/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/cache/update.php b/application/views/cache/update.php index de846dc5..59785963 100644 --- a/application/views/cache/update.php +++ b/application/views/cache/update.php @@ -42,7 +42,7 @@ $(function() { var current = dom.eq(star); if (current.length) { var file = current.find('.file').attr('title'); - file = encodeURI(file); + //file = encodeURI(file); current.find('.msg_wait').css('color','red').html('更新中'); $.ajax({ url : '',