mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update admin.js
This commit is contained in:
parent
93111bb8ca
commit
573ded1be0
@ -903,7 +903,9 @@ $(function () {
|
||||
|
||||
/*! 延时关闭加载动画 */
|
||||
window.addEventListener('load', function () {
|
||||
$('body>.layui-page-loader').fadeOut();
|
||||
setTimeout(function () {
|
||||
$('body>.layui-page-loader').fadeOut();
|
||||
}, 500);
|
||||
}, true);
|
||||
|
||||
/*! 图片加载异常处理 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user