Fix: 修复在线版下上传后无法操作界面

This commit is contained in:
王立帮
2025-01-24 11:56:24 +08:00
parent 09ab1af101
commit d310a5200b
2 changed files with 14 additions and 6 deletions

View File

@@ -253,7 +253,7 @@ BU.initWithDropdownBox = function (type, startPath) {
},
end: function () {
$('#mixly-loader-div').css('display', 'none');
$("#layui-layer-shade" + layerNum).remove();
$(`#layui-layer-shade${layerNum}`).remove();
}
});
}