mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update admin.js
This commit is contained in:
parent
3d349bd868
commit
800fc3c254
@ -773,7 +773,6 @@ $(function () {
|
||||
this.$percent = that.$box.find('.layui-progress div');
|
||||
this.setState = function (status, message) {
|
||||
if (message.indexOf('javascript:') === 0) {
|
||||
|
||||
} else if (status === 1 || (status === 2 && message.indexOf('>>>') > -1)) {
|
||||
that.$title.html('<b class="color-text">' + message + '</b>');
|
||||
that.$percent.addClass('layui-bg-blue').removeClass('layui-bg-green layui-bg-red');
|
||||
|
Loading…
x
Reference in New Issue
Block a user