删除debug代码

This commit is contained in:
邹景立 2017-02-13 15:23:29 +08:00
parent 335d3c279b
commit 51418eee39

View File

@ -163,7 +163,6 @@ define(['zeroclipboard', 'jquery', 'layui'], function (ZeroClipboard) {
var self = this;
if (parseInt(data.code) === 1) {
return self.success(data.msg, time, function () {
alert(data.url);
!!data.url ? (window.location.href = data.url) : $.form.reload();
});
}