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;