1
This commit is contained in:
@ -138,7 +138,7 @@ define(["jquery", "easy-admin"], function ($, ea) {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.warn('清理缓存失败', e);
|
console.warn('清理缓存失败', e);
|
||||||
}
|
}
|
||||||
}, 1 * 60 * 1000);
|
}, 10 * 60 * 1000);
|
||||||
// 5分钟 = 300000ms
|
// 5分钟 = 300000ms
|
||||||
ea.listen();
|
ea.listen();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user