refactor(common): 移除健康检查脚本

#Comment
健康检查脚本移动到 healths 脚本文件中
This commit is contained in:
Argo Window10 2019-12-12 14:59:14 +08:00
parent 642616c424
commit 69378a96d8
1 changed files with 0 additions and 3 deletions

View File

@ -107,9 +107,6 @@
}); });
return source; return source;
}, },
sendHealths: function (data) {
$.bc({ url: 'api/Interface/Healths', data: JSON.stringify(data), method: 'post' });
},
copyText: function (ele) { copyText: function (ele) {
if (typeof ele !== "string") return false; if (typeof ele !== "string") return false;
var input = document.createElement('input'); var input = document.createElement('input');