Menu.js 缓存问题

develop
就眠仪式 2020-08-01 20:40:47 +08:00
parent 30af02bf24
commit 45b4ff1d00
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ layui.define(['table', 'jquery', 'element'], function(exports) {
$.ajaxSettings.async = false;
var data = null;
$.get(url, function(result) {
$.get(url+"?fresh=" + Math.random(), function(result) {
data = result;
});