mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改后台管理JS
This commit is contained in:
parent
a21ca2337c
commit
c0c4a05712
@ -169,7 +169,7 @@ $(function () {
|
||||
return false;
|
||||
}
|
||||
if (typeof (res) === 'object') {
|
||||
return $.msg.auto(res, res.wait ? res.wait : time);
|
||||
return $.msg.auto(res, time || res.wait || undefined);
|
||||
}
|
||||
self.show(res);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user