From adc24eccd7fa46c18885bb9200675781cba894a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Sat, 1 Aug 2020 12:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/module/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/pear/module/admin.js b/component/pear/module/admin.js index fdbf652..3901d22 100644 --- a/component/pear/module/admin.js +++ b/component/pear/module/admin.js @@ -371,7 +371,7 @@ layui.define(['table', 'jquery', 'element', 'form', 'tab', 'menu', 'frame'], function getData() { $.ajaxSettings.async = false; var data = null; - $.getJSON("pear.config.json", function(result) { + $.getJSON("pear.config.json?fresh=" + Math.random(), function(result) { data = result; }); $.ajaxSettings.async = true;